Revision 8ad4ae0a0709fad0968ca579b479a55483851f6e authored by Alex Eagle on 07 March 2018, 22:59:33 UTC, committed by Alex Eagle on 07 March 2018, 22:59:33 UTC
1 parent ffc6ee0
Raw File
tsconfig.json
{
  "compileOnSave": false,
  "compilerOptions": {
    "strict": true,
    "noImplicitAny": false,
    "outDir": "./dist/out-tsc",
    "baseUrl": "src",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "noUnusedLocals": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2016",
      "dom"
    ]
  },
  "exclude": [
    "content",
    "tools",
    "aio-builds-setup",
    "node_modules",
    "scripts"
  ]
}
back to top