From f5a3f7348321a17066b17f8f85bddf99d0546f7a Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Fri, 19 Apr 2024 14:56:51 +0200 Subject: [PATCH] allow module syntax in type check --- test/types/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/types/tsconfig.json b/test/types/tsconfig.json index 55fbbbf9..0bc34d5c 100644 --- a/test/types/tsconfig.json +++ b/test/types/tsconfig.json @@ -7,6 +7,7 @@ "./*.ts" ], "compilerOptions": { + "module": "ESNext", "allowJs": true, "checkJs": true, "noEmit": true,