1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 12:03:31 +03:00
tabby/terminus-theme-hype/tsconfig.json
Eugene Pankov fa02eb38e9 .
2017-04-14 21:53:19 +02:00

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"
]
}