mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 15:22:40 +00:00
23 lines
468 B
JSON
23 lines
468 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es2016",
|
||
|
"declaration": false,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"sourceMap": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"declaration": true,
|
||
|
"skipLibCheck": true,
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2015",
|
||
|
"es7"
|
||
|
]
|
||
|
}
|
||
|
}
|