mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 20:16:07 +03:00
25 lines
457 B
JSON
25 lines
457 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "src",
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"declaration": false,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2015",
|
||
|
"es7"
|
||
|
],
|
||
|
"paths": {
|
||
|
"*": ["../../app/node_modules/*"],
|
||
|
"terminus-*": ["../../terminus-*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|