From b571a777f4f3b97b834ca95f91b7c4436a90d0a8 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 18 Sep 2024 09:35:28 +0200 Subject: [PATCH] Add moduleDetection to TypeScript config --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 39932dd..8a6f940 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "isolatedDeclarations": true, "isolatedModules": true, "module": "nodenext", + "moduleDetection": "force", "noEmit": true, "noUncheckedIndexedAccess": true, "outDir": "dist",