blob: 5a33131e4cd08a31d18b72cf91b9777f09360bb5 [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 ]
23 }
24}