Update tsconfig.json for demo shell (#1684)

fixes issues with building for Windows
This commit is contained in:
Denys Vuika
2017-04-05 11:11:38 +01:00
committed by Mario Romano
parent f8022678d1
commit 418ac90ae9
+2 -1
View File
@@ -8,7 +8,8 @@
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"noResolve": true
},
"exclude": [
"node_modules"