Skip to content

Commit 06335ee

Browse files
Fix building generator-aspnetcore-spa (something in a newer TypeScript version broke it)
1 parent eb98067 commit 06335ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/package-builder/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"lib": ["es6"]
88
},
99
"exclude": [
10+
"node_modules",
1011
"**/node_modules",
1112
"dist"
1213
]

0 commit comments

Comments
 (0)