mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-14 19:36:35 +03: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"
|
|
]
|
|
}
|
|
}
|