2023-07-04 09:47:42 +00:00
|
|
|
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
2017-03-15 00:11:39 +00:00
|
|
|
{
|
2023-04-18 10:27:19 +00:00
|
|
|
"compileOnSave": false,
|
2017-03-15 00:11:39 +00:00
|
|
|
"compilerOptions": {
|
2023-04-18 10:27:19 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"sourceMap": true,
|
2023-11-27 09:41:02 +00:00
|
|
|
"esModuleInterop": true,
|
2023-04-18 10:27:19 +00:00
|
|
|
"declaration": false,
|
2017-03-15 00:11:39 +00:00
|
|
|
"experimentalDecorators": true,
|
2025-09-29 14:32:10 +00:00
|
|
|
"moduleResolution": "bundler",
|
2023-04-18 10:27:19 +00:00
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"useDefineForClassFields": false,
|
2025-09-19 19:30:59 +00:00
|
|
|
"lib": ["ES2022", "dom"]
|
2017-03-15 00:11:39 +00:00
|
|
|
},
|
2023-04-18 10:27:19 +00:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
|
"strictTemplates": true
|
|
|
|
|
}
|
2017-03-15 00:11:39 +00:00
|
|
|
}
|