mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-21 06:39:42 +08:00
33 lines
678 B
JSON
33 lines
678 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"declaration": false,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"sourceMap": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"declaration": true,
|
||
|
"declarationDir": "dist",
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2015",
|
||
|
"es7"
|
||
|
],
|
||
|
"paths": {
|
||
|
"terminus-*": ["../terminus-*"]
|
||
|
}
|
||
|
},
|
||
|
"compileOnSave": false,
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|