new-webpack-4-vscode
Changes
tsconfig.json 2(+1 -1)
Details
tsconfig.json 2(+1 -1)
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