2016-03-12 13:53:19 +02:00
|
|
|
{
|
2017-06-10 22:32:56 +02:00
|
|
|
"compileOnSave": true,
|
2016-03-12 13:53:19 +02:00
|
|
|
"compilerOptions": {
|
2018-11-29 00:49:33 +02:00
|
|
|
"noImplicitAny": true,
|
2022-04-04 19:37:31 +02:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2016-12-27 00:36:38 +02:00
|
|
|
"sourceMap": true,
|
2017-06-10 22:32:56 +02:00
|
|
|
"declaration": false,
|
2021-04-11 15:59:30 +02:00
|
|
|
"downlevelIteration": true,
|
2016-03-12 13:53:19 +02:00
|
|
|
"emitDecoratorMetadata": true,
|
2016-12-27 00:36:38 +02:00
|
|
|
"experimentalDecorators": true,
|
2022-04-04 19:37:31 +02:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2023-03-11 11:46:29 +02:00
|
|
|
"target": "es2020",
|
2022-03-30 22:18:02 +02:00
|
|
|
"module": "CommonJS",
|
2016-12-27 00:36:38 +02:00
|
|
|
"lib": [
|
2022-04-04 19:37:31 +02:00
|
|
|
"es2020",
|
2017-06-10 22:32:56 +02:00
|
|
|
"dom"
|
2016-12-27 17:09:47 +02:00
|
|
|
]
|
2021-04-11 15:59:30 +02:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2022-04-04 19:37:31 +02:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
"strictTemplates": true
|
2017-06-10 22:32:56 +02:00
|
|
|
}
|
|
|
|
}
|