From c6cbfb77d5aa6adae4e070174dcabb1dad589b74 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Mar 2016 15:51:27 -0600 Subject: [PATCH] chore(): update tsconfig --- tsconfig.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 30a693c8..faf694aa 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 } }