From 6b43533f2eb70327d132d8faaf1e3c0f6e84b172 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 18 Mar 2024 11:32:04 -0500 Subject: [PATCH] tsconfig: moduleResolution NodeNext --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ac1925b..e6f32ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "declaration": true, "strict": true, - "moduleResolution": "Bundler", + "moduleResolution": "NodeNext", "skipLibCheck": true, "esModuleInterop": true, "emitDeclarationOnly": true,