diff options
Diffstat (limited to 'overlays/spm/frontend/tsconfig.json')
| -rw-r--r-- | overlays/spm/frontend/tsconfig.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/overlays/spm/frontend/tsconfig.json b/overlays/spm/frontend/tsconfig.json new file mode 100644 index 00000000..f531992d --- /dev/null +++ b/overlays/spm/frontend/tsconfig.json | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | /* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
| 2 | { | ||
| 3 | "compileOnSave": false, | ||
| 4 | "compilerOptions": { | ||
| 5 | "baseUrl": "./", | ||
| 6 | "outDir": "./dist/out-tsc", | ||
| 7 | "forceConsistentCasingInFileNames": true, | ||
| 8 | "strict": true, | ||
| 9 | "noImplicitOverride": true, | ||
| 10 | "noPropertyAccessFromIndexSignature": true, | ||
| 11 | "noImplicitReturns": true, | ||
| 12 | "noFallthroughCasesInSwitch": true, | ||
| 13 | "sourceMap": true, | ||
| 14 | "declaration": false, | ||
| 15 | "downlevelIteration": true, | ||
| 16 | "experimentalDecorators": true, | ||
| 17 | "moduleResolution": "node", | ||
| 18 | "importHelpers": true, | ||
| 19 | "target": "es2017", | ||
| 20 | "module": "es2020", | ||
| 21 | "lib": [ | ||
| 22 | "es2020", | ||
| 23 | "dom" | ||
| 24 | ] | ||
| 25 | }, | ||
| 26 | "angularCompilerOptions": { | ||
| 27 | "enableI18nLegacyMessageIdFormat": false, | ||
| 28 | "strictInjectionParameters": true, | ||
| 29 | "strictInputAccessModifiers": true, | ||
| 30 | "strictTemplates": true | ||
| 31 | } | ||
| 32 | } | ||
