19 lines
373 B
JSON
19 lines
373 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"removeComments": true,
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"typings/main.d.ts",
|
||
|
"typings/main",
|
||
|
"node_modules"
|
||
|
],
|
||
|
"compileOnSave": false,
|
||
|
"buildOnSave": false,
|
||
|
"atom": { "rewriteTsconfig": false }
|
||
|
}
|