2020-06-04 15:07:14 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2025-01-01 08:29:37 +00:00
|
|
|
"baseUrl": "./",
|
2020-06-04 15:07:14 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
2023-11-17 08:24:49 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2020-06-04 15:07:14 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"experimentalDecorators": true,
|
2023-11-17 08:24:49 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"esModuleInterop": true,
|
2023-03-29 15:04:17 +00:00
|
|
|
"target": "ES2022",
|
2023-11-17 08:24:49 +00:00
|
|
|
"module": "ES2022",
|
|
|
|
"useDefineForClassFields": false,
|
2020-06-04 15:07:14 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2023-11-17 08:24:49 +00:00
|
|
|
"ES2022",
|
2025-01-01 08:29:37 +00:00
|
|
|
"dom",
|
|
|
|
"ES2023.Array"
|
2020-06-04 15:07:14 +00:00
|
|
|
],
|
2021-05-11 13:45:36 +00:00
|
|
|
"paths": {
|
2023-03-29 15:04:17 +00:00
|
|
|
"@common/*": [
|
2025-01-01 08:29:37 +00:00
|
|
|
"src/app/webapp-common/*"
|
2023-03-29 15:04:17 +00:00
|
|
|
],
|
|
|
|
"~/*": [
|
2025-01-01 08:29:37 +00:00
|
|
|
"src/app/*"
|
2023-03-29 15:04:17 +00:00
|
|
|
]
|
2025-01-01 08:29:37 +00:00
|
|
|
},
|
|
|
|
"skipLibCheck": true
|
2020-06-04 15:07:14 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2023-11-17 08:24:49 +00:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
2021-05-11 13:45:36 +00:00
|
|
|
"strictTemplates": true,
|
2024-03-24 08:55:14 +00:00
|
|
|
"preserveWhitespaces": false
|
2020-06-04 15:07:14 +00:00
|
|
|
}
|
|
|
|
}
|