From 9ded9e196eea9ebe132124617663915e6063f8dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 11 Dec 2016 23:12:25 +0900 Subject: [PATCH] Clean up --- tsconfig.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0eead34..bd97ebf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,22 +14,8 @@ "rootDir": "src" }, "compileOnSave": false, - "atom": { - "rewriteTsconfig": true - }, - "filesGlob": [ + "include": [ "./node_modules/typescript/lib/lib.es6.d.ts", - "./typings/bundle.d.ts", "./src/**/*.ts" - ], - "files": [ - "./node_modules/typescript/lib/lib.es6.d.ts", - "./typings/bundle.d.ts", - "./src/index.ts", - "./src/isummary.ts", - "./src/iplugin.ts", - "./src/general.ts", - "./src/plugins/wikipedia.ts", - "./src/plugins/amazon.ts" ] }