zevenet-zevenet-gui-ce/tsconfig.json
Cristina Guerra a0928aff6c Zevenet GUI Community Edition - Initial commit
Signed-off-by: Cristina Guerra <cristina.guerra@zevenet.com>
2019-01-16 14:41:33 +01:00

23 lines
430 B
JSON
Executable File

{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"plugins": [
{ "name": "tslint-language-service"}
]
}
}