From 3e342863fd4603fc2a394666dd6a2449174c5c70 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 2 Mar 2017 14:48:58 +0000 Subject: [PATCH] Update tsconfig.json for demo shell (#1684) fixes issues with building for Windows --- demo-shell-ng2/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-shell-ng2/tsconfig.json b/demo-shell-ng2/tsconfig.json index 335fc62939..7852349ef5 100644 --- a/demo-shell-ng2/tsconfig.json +++ b/demo-shell-ng2/tsconfig.json @@ -8,7 +8,8 @@ "experimentalDecorators": true, "lib": ["es2015", "dom"], "noImplicitAny": false, - "suppressImplicitAnyIndexErrors": true + "suppressImplicitAnyIndexErrors": true, + "noResolve": true }, "exclude": [ "node_modules"