Project

General

Profile

1 61065 k.triantaf
{
2
  "compileOnSave": false,
3
  "compilerOptions": {
4
    "baseUrl": "./",
5 61071 k.triantaf
    "downlevelIteration": true,
6 61065 k.triantaf
    "outDir": "./dist/out-tsc",
7
    "sourceMap": true,
8
    "declaration": false,
9 61082 k.triantaf
    "module": "es2020",
10 61065 k.triantaf
    "moduleResolution": "node",
11
    "emitDecoratorMetadata": true,
12
    "experimentalDecorators": true,
13
    "importHelpers": true,
14 61154 k.triantaf
    "target": "es2015",
15 61065 k.triantaf
    "typeRoots": [
16
      "node_modules/@types"
17
    ],
18
    "lib": [
19
      "es2018",
20
      "dom"
21
    ]
22
  }
23
}