2017-09-14 12:37:36 +02:00
|
|
|
{
|
2018-11-27 18:33:17 +01:00
|
|
|
"compilerOptions": {
|
2019-09-23 10:17:03 +02:00
|
|
|
"downlevelIteration": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
2018-11-27 18:33:17 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": ["es2017", "dom"],
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
|
|
|
}
|
2017-09-14 12:37:36 +02:00
|
|
|
}
|