From cc88f269773f67a85c6aa1a237fe40c5b92105a8 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 14 Oct 2025 08:55:54 -0400 Subject: [PATCH] Update --- tsconfig.base.json | 3 +-- tsconfig.esm.base.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 6b5dda51..37e8954f 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -7,7 +7,6 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "types": [], - "isolatedModules": true + "types": [] } } diff --git a/tsconfig.esm.base.json b/tsconfig.esm.base.json index e08b3956..5cd19654 100644 --- a/tsconfig.esm.base.json +++ b/tsconfig.esm.base.json @@ -7,6 +7,7 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "types": [] + "types": [], + "isolatedModules": true } }