16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2017", "dom"],
|
|
"noImplicitAny": false,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
}
|
|
}
|