tsconfig.json 363 Bytes
Newer Older
pabloFuente's avatar
pabloFuente committed
1 2 3 4 5 6 7 8 9 10
{
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
11 12 13
    "typeRoots": [
      "node_modules/@types"
    ],
pabloFuente's avatar
pabloFuente committed
14
    "lib": [
15
      "es2017",
pabloFuente's avatar
pabloFuente committed
16 17 18 19
      "dom"
    ]
  }
}