mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015",
|
|
"es7"
|
|
]
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|