mirror of https://github.com/Eugeny/tabby.git
27 lines
572 B
JSON
27 lines
572 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"emitDeclarationOnly": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es6",
|
|
"es7"
|
|
]
|
|
}
|
|
}
|