From c977f0d8f92ffa8e4a75f28a40aed13506efebd7 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Fri, 21 Feb 2025 14:49:50 +0000 Subject: [PATCH] 123 --- tsconfig.base.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 67c768f9a..b72b58921 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,8 +3,7 @@ "allowJs": true, "checkJs": true, "esModuleInterop": true, - "module": "ESNext", - "moduleResolution": "Node", + "module": "NodeNext", "noEmit": true, "noImplicitThis": true, "skipLibCheck": true,