Revision bd58e129cf666abe5044638d93378d9681488667 authored by Alex Rickabaugh on 12 June 2017, 22:36:19 UTC, committed by Alex Rickabaugh on 12 June 2017, 22:36:19 UTC
1 parent e55bb7b
Raw File
tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "../dist/tools/",
    "noImplicitAny": true,
    "noFallthroughCasesInSwitch": true,
    "paths": {
    },
    "rootDir": ".",
    "sourceMap": true,
    "inlineSources": true,
    "lib": ["es6", "dom"],
    "target": "es5",
    "skipLibCheck": true
  },
  "exclude": [
    "node_modules",
    "typings-test",
    "public_api_guard",
    "docs"
  ]
}
back to top