From 380fdf147ea7e688aace62d415f161ac01c17872 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:17:39 +1100 Subject: [PATCH] Remove explicit isolatedModules config This is set to true when verbatimModuleSyntax is enabled. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e622c167..b4410ac9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "allowJs": true, - "isolatedModules": true, "sourceMap": true, "outDir": "./dist/", "verbatimModuleSyntax": true,