From 7fd5d069699dfe6ab88a0d78a09b03976137bfc6 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Fri, 5 May 2023 13:47:02 +0300 Subject: [PATCH] Remove `"isolatedModule": true` It is implied by `verbatimModuleSyntax` and causes an error: ``` error TS5104: Option 'isolatedModules' is redundant and cannot be specified with option 'verbatimModuleSyntax'. ``` --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d434592..34483ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,9 +26,6 @@ "noImplicitThis": true, "strict": true, - // Required in Vite - "isolatedModules": true, - // // Any imports or exports without a type modifier are left around. This is important for `