From c11575be0d8dc8e5698fe46039ee3ce585a3dd70 Mon Sep 17 00:00:00 2001 From: hanlee Date: Mon, 28 Aug 2023 13:48:59 +0800 Subject: [PATCH] chore: change moduleResolution to bundler --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 308f3beb..1daed132 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "esnext", "strict": true, "esModuleInterop": true, - "moduleResolution": "node", + "moduleResolution": "Bundler", "skipLibCheck": true, "noUnusedLocals": true, "noImplicitAny": true,