summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/tsconfig.json
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-05-26 13:58:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-05-26 13:58:07 +0200
commitfc6cf6169868e60c189e4b243330c3717ff159f3 (patch)
tree3f6dea9c1420e23756257b5abea27ec9ed92d58a /overlays/spm/frontend/tsconfig.json
parent84f2affd66a0ff3947b91a30308cb8e6a8ff7594 (diff)
downloadnixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar
nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.gz
nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.bz2
nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.xz
nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.zip
...
Diffstat (limited to 'overlays/spm/frontend/tsconfig.json')
-rw-r--r--overlays/spm/frontend/tsconfig.json32
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}