From 1b2f27367adce367fc97ee8327f7038b34588d52 Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Thu, 13 Feb 2025 18:37:56 +0100 Subject: [PATCH] Update isolatedDeclaration option --- configuration/basic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/basic.json b/configuration/basic.json index 8a561d9..48159e6 100755 --- a/configuration/basic.json +++ b/configuration/basic.json @@ -13,7 +13,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "isolatedModules": true, - "isolatedDeclarations": true, + "isolatedDeclarations": false, "forceConsistentCasingInFileNames": true, "allowImportingTsExtensions": true,