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