diff --git a/tsconfig.json b/tsconfig.json index 30a693c84..faf694aae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,16 +9,15 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true }, - "exclude": [ - "node_modules" + "filesGlob": [ + "**/*.ts" ], - "files": [ - "src/index.ts", - "typings/es6-shim/es6-shim.d.ts" + "exclude": [ + "node_modules" ], "compileOnSave": false, "buildOnSave": false, "atom": { - "rewriteTsconfig": true + "rewriteTsconfig": false } }