mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 12:03:31 +03:00
19 lines
356 B
JSON
19 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"]
|
|
}
|