2023-07-04 09:47:42 +00:00
|
|
|
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
2017-01-27 08:20:51 +00:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
2017-03-27 16:13:50 +00:00
|
|
|
"baseUrl": "src",
|
2019-04-25 15:06:40 +00:00
|
|
|
"outDir": "./out-tsc",
|
2020-09-27 12:20:48 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"strict": true,
|
2021-10-06 15:03:08 +00:00
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"noPropertyAccessFromIndexSignature": false,
|
2020-09-27 12:20:48 +00:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": true,
|
2017-03-27 16:13:50 +00:00
|
|
|
"sourceMap": true,
|
2017-01-27 08:20:51 +00:00
|
|
|
"declaration": false,
|
2020-09-27 12:20:48 +00:00
|
|
|
"downlevelIteration": true,
|
2017-01-27 08:20:51 +00:00
|
|
|
"experimentalDecorators": true,
|
2020-09-27 12:20:48 +00:00
|
|
|
"moduleResolution": "node",
|
2019-04-25 15:06:40 +00:00
|
|
|
"importHelpers": true,
|
2022-10-12 12:21:20 +00:00
|
|
|
"target": "ES2022",
|
2020-09-27 12:20:48 +00:00
|
|
|
"module": "es2020",
|
2017-03-27 16:13:50 +00:00
|
|
|
"lib": [
|
2021-10-29 15:14:59 +00:00
|
|
|
"es2020",
|
2017-03-27 16:13:50 +00:00
|
|
|
"dom"
|
2019-04-25 15:06:40 +00:00
|
|
|
],
|
|
|
|
|
"skipLibCheck": true,
|
2022-10-12 12:21:20 +00:00
|
|
|
"strictPropertyInitialization": false,
|
|
|
|
|
"useDefineForClassFields": false
|
2017-04-16 19:03:25 +00:00
|
|
|
},
|
|
|
|
|
"exclude": [
|
2019-04-25 15:06:40 +00:00
|
|
|
"content",
|
|
|
|
|
"dist",
|
2017-04-16 19:03:25 +00:00
|
|
|
"node_modules",
|
2019-04-25 15:06:40 +00:00
|
|
|
"out-tsc",
|
|
|
|
|
"scripts",
|
|
|
|
|
"tools"
|
2019-08-20 17:52:31 +00:00
|
|
|
],
|
2019-10-02 16:26:14 +00:00
|
|
|
"angularCompilerOptions": {
|
2021-03-01 11:25:37 +00:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
2019-10-02 16:26:14 +00:00
|
|
|
"disableTypeScriptVersionCheck": true,
|
2020-04-02 11:51:31 +00:00
|
|
|
"strictInjectionParameters": true,
|
2020-09-27 12:20:48 +00:00
|
|
|
"strictInputAccessModifiers": true,
|
2020-04-02 11:51:31 +00:00
|
|
|
"strictTemplates": true
|
2019-10-02 16:26:14 +00:00
|
|
|
}
|
2022-05-23 16:06:23 +00:00
|
|
|
}
|