From 1a2a741c41c49369c45eb96d3e553b837f13567b Mon Sep 17 00:00:00 2001 From: schettino Date: Tue, 5 Feb 2019 17:28:37 -0600 Subject: [PATCH] Removed isolatedModules --- tsconfig.json | 3 ++- tsconfig.test.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d717e7f..b6cdf34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,8 @@ "noEmit": true, "resolveJsonModule": true, "skipLibCheck": false, - "strict": true + "strict": true, + "isolatedModules": true }, "include": [ "src" diff --git a/tsconfig.test.json b/tsconfig.test.json index f8146db..65ffdd4 100644 --- a/tsconfig.test.json +++ b/tsconfig.test.json @@ -1,7 +1,6 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "module": "commonjs", - "isolatedModules": true + "module": "commonjs" } } \ No newline at end of file