{ "compilerOptions": { "target": "es5", "module": "commonjs", "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "suppressImplicitAnyIndexErrors":true }, "compileOnSave": false, "buildOnSave": false, "exclude": [ "node_modules" ], "filesGlob": [ "app/**/*.ts", "typings/index.d.ts" ], "atom": { "rewriteTsconfig": false } }