tsconfig.json

16 lines | 449 B Blame History Raw Download
{
  "compilerOptions": {    
    "target": "es6",
    "sourceMap": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "skipDefaultLibCheck": true,
    "skipLibCheck": true,
    "strict": true,
    "lib": [ "es6", "dom" ],
    "types": [ ],
    "allowJs": true
  },
  "exclude": [ "bin", "BuildScripts", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ],
  "atom": { "rewriteTsconfig": false }
}