mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 12:03:31 +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"
|
|
]
|
|
}
|