From c5a7905b07275d5ff7437f95983a39c6ec4a01db Mon Sep 17 00:00:00 2001 From: David Meincke Date: Sun, 20 Jan 2019 12:55:18 +0100 Subject: [PATCH] exclude BuildScripts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5884b44..bab2fb8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,6 @@ "types": [ ], "allowJs": true }, - "exclude": [ "bin", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ], + "exclude": [ "bin", "BuildScripts", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ], "atom": { "rewriteTsconfig": false } } \ No newline at end of file