From c24e042fe686d0fa7f3da5e6cbbb66196cb0e24e Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 14 Oct 2025 08:48:58 -0400 Subject: [PATCH] isolatedModules --- tsconfig.base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 37e8954f..6b5dda51 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -7,6 +7,7 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "types": [] + "types": [], + "isolatedModules": true } }