From dd251aae8439140df9ee4e223d87d3ce843bab3b Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 28 Sep 2017 17:55:47 -0400 Subject: [PATCH] Allow IDE to find modules in node_modules --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index df1803b..3a8b2f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es5", "module": "commonjs", + "moduleResolution": "node", "declaration": false, "noImplicitAny": false, "removeComments": true,