forked from ci4s/train-trace
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["dom", "es2020"],
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": false,
|
|
"noErrorTruncation": false,
|
|
"noResolve": true,
|
|
"preserveConstEnums": false,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"strictNullChecks": true,
|
|
"target": "es5",
|
|
"useUnknownInCatchVariables": true,
|
|
}
|
|
}
|