Skip to content
tsconfig.json 449 B
Newer Older
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
{
  "compileOnSave": false,
  "compilerOptions": {
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
    "baseUrl": "./",
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
      "node_modules/@types"
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
    ],
    "lib": [
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
      "es2017",
Christopher Mark Fullarton's avatar
Christopher Mark Fullarton committed
      "dom"