From 9f8b7274b31049cec3e90232a81ba72280007e00 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 18 Mar 2024 13:02:35 -0500 Subject: [PATCH] Revert "tsconfig: for sanity, go back to moduleResolution bundler and see if that fixes it" This reverts commit ee565db7f5b54eaeb67c5ba3a9476a9259c8fa86. --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ac1925b..fb1b746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { - "module": "esnext", + "module": "NodeNext", "target": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "declaration": true, "strict": true, - "moduleResolution": "Bundler", + "moduleResolution": "NodeNext", "skipLibCheck": true, "esModuleInterop": true, "emitDeclarationOnly": true,