From 3d31d4899ea43c2e3a5c0bc942a75b34fb076d8d Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Mon, 4 Aug 2025 11:58:39 +0800 Subject: [PATCH] fix: :bug: set moduleResolution='bundler' to resolve plugin-vue ESM types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c50ab871..475a9e32 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["esnext", "dom"], "baseUrl": ".", "paths": {