19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"target": "es2016",
|
|
"outDir": "./obj/js",
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"inlineSources": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"noEmitOnError": true,
|
|
"lib": [ "es2016", "dom" ]
|
|
}
|
|
}
|