19 lines
370 B
JSON
19 lines
370 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"lib": [
|
||
|
"es6",
|
||
|
"dom"
|
||
|
],
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"removeComments": false,
|
||
|
"noImplicitAny": true,
|
||
|
"suppressImplicitAnyIndexErrors": true
|
||
|
}
|
||
|
}
|