From 0a5c930ffdd62403369b2bc4af73c8bb0bf05ddf Mon Sep 17 00:00:00 2001 From: hbeckmann Date: Fri, 6 Mar 2026 16:36:16 -0700 Subject: [PATCH] update tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e98f8f43de..2aeba6b4a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,11 @@ "compilerOptions": { "baseUrl": ".", "target": "esnext", - "module": "esnext", + "module": "nodenext", "rootDir": "./src", "outDir": "./dist", "strict": true, - "moduleResolution": "Node", + "moduleResolution": "nodenext", "esModuleInterop": true, "skipLibCheck": true },