2023-06-09 15:32:02 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"lib": [
|
|
|
|
"ES2022",
|
|
|
|
"dom"
|
2023-06-11 15:41:16 +02:00
|
|
|
],
|
|
|
|
"typeRoots": ["srs/alertifyjs.s.ts", "node_modules/@types"]
|
2023-06-09 15:32:02 +02:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
"strictTemplates": true
|
|
|
|
}
|
|
|
|
}
|