Fix building generator-aspnetcore-spa (something in a newer TypeScript version broke it)

This commit is contained in:
SteveSandersonMS
2016-12-13 17:04:11 +00:00
parent eb98067e86
commit 06335eeee1

View File

@@ -7,6 +7,7 @@
"lib": ["es6"] "lib": ["es6"]
}, },
"exclude": [ "exclude": [
"node_modules",
"**/node_modules", "**/node_modules",
"dist" "dist"
] ]