Fix building generator-aspnetcore-spa (something in a newer TypeScript version broke it)
This commit is contained in:
parent
eb98067e86
commit
06335eeee1
|
|
@ -7,6 +7,7 @@
|
||||||
"lib": ["es6"]
|
"lib": ["es6"]
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
"**/node_modules",
|
"**/node_modules",
|
||||||
"dist"
|
"dist"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue