Update tsconfig.json for demo shell (#1684)

fixes issues with building for Windows
This commit is contained in:
Denys Vuika
2017-03-02 14:48:58 +00:00
committed by Eugenio Romano
parent fd6433027a
commit 3e342863fd

View File

@@ -8,7 +8,8 @@
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"noResolve": true
},
"exclude": [
"node_modules"