Project

General

Profile

1 50428 argiro.kok
{
2
  "compileOnSave": false,
3
  "compilerOptions": {
4 55971 argiro.kok
    "importHelpers": true,
5 50428 argiro.kok
    "outDir": "./dist/out-tsc",
6
    "sourceMap": true,
7
    "declaration": false,
8
    "moduleResolution": "node",
9
    "emitDecoratorMetadata": true,
10
    "experimentalDecorators": true,
11
    "target": "es5",
12
    "typeRoots": [
13
      "node_modules/@types"
14
    ],
15
    "lib": [
16
      "es2017",
17
      "dom"
18 55971 argiro.kok
    ],
19
    "module": "es2015",
20
    "baseUrl": "./"
21 50428 argiro.kok
  }
22 55971 argiro.kok
}