2020-11-23 03:48:02 +00:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2018-05-12 18:48:12 +00:00
|
|
|
{
|
2020-10-01 15:21:22 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
2020-10-10 03:15:05 +00:00
|
|
|
"outDir": "../frontend",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2020-11-23 03:48:02 +00:00
|
|
|
"strict": true,
|
2020-10-10 03:15:05 +00:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2020-10-01 15:21:22 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2020-10-10 03:15:05 +00:00
|
|
|
"downlevelIteration": true,
|
2020-10-01 15:21:22 +00:00
|
|
|
"experimentalDecorators": true,
|
2020-10-10 03:15:05 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2022-07-11 14:42:38 +00:00
|
|
|
"target": "es2020",
|
2020-10-10 03:15:05 +00:00
|
|
|
"module": "es2020",
|
2020-10-01 15:21:22 +00:00
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
|
|
|
]
|
2020-10-10 03:15:05 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2021-01-25 07:14:17 +00:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
2020-10-10 03:15:05 +00:00
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
"strictTemplates": true
|
2020-10-01 15:21:22 +00:00
|
|
|
}
|
|
|
|
}
|