blob: 5931c2789226877a30216f8f0f49bc8395a8e000 [file] [log] [blame]
elinuxhenrikf507d922020-03-19 14:52:24 +01001{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "baseUrl": "./",
5 "downlevelIteration": true,
6 "outDir": "./dist/out-tsc",
7 "sourceMap": true,
8 "declaration": false,
9 "module": "esnext",
10 "moduleResolution": "node",
11 "emitDecoratorMetadata": true,
12 "experimentalDecorators": true,
13 "importHelpers": true,
Lathishb339e7a2020-12-08 21:55:51 +000014 "resolveJsonModule": true,
elinuxhenrikad70d412021-02-15 14:38:02 +010015 "target": "es2015",
elinuxhenrikf507d922020-03-19 14:52:24 +010016 "typeRoots": [
17 "node_modules/@types"
18 ],
19 "lib": [
20 "es2018",
21 "dom"
22 ]
elinuxhenrik91ba4942021-03-08 14:15:36 +010023 },
24 "angularCompilerOptions": {
25 "strictTemplates": true,
26 "fullTemplateTypeCheck": true
27 }
elinuxhenrikf507d922020-03-19 14:52:24 +010028}