From 02aa1f41dfddb1bf766e329add0f6cbe730f8c10 Mon Sep 17 00:00:00 2001 From: Ian Obermiller Date: Wed, 26 Dec 2018 16:34:58 -0800 Subject: [PATCH] Fix warning in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 150055e..227e9c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "isolatedModules": true, + "isolatedModules": false, "jsx": "preserve", "lib": ["es6", "dom", "es2016", "es2017"], "module": "esnext",