tsconfig.json
{
"compilerOptions": {
"target": "es6",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"lib": [ "es6", "dom" ],
"types": [ "webpack-env" ],
"allowJs": true
},
"exclude": [ "bin", "node_modules" ],
"atom": { "rewriteTsconfig": false }
}