From 8c69d1556dd18f9f12085bb1be60d1ba50e71a79 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 6 Nov 2023 17:12:12 +0000 Subject: [PATCH] chore: use bundler module resolution --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b11102b4..b9b8e1a93 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "skipLibCheck": true, "target": "ESNext", "module": "ESNext", - "moduleResolution": "Node", + "moduleResolution": "Bundler", "strict": true, "noImplicitAny": true, "allowJs": true,