From 0d88fac3c1089e4464d864da97b536b74df6c3d9 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 15 Mar 2023 22:34:39 +0800 Subject: [PATCH] fix: https://github.com/antfu/unplugin-icons/issues/204 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0944b22..aea293c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "paths": { "@/*": ["src/*"] }, + "types": ["vite/client", "element-plus/global","unplugin-icons/types/vue"], "skipLibCheck": true /* Skip type checking all .d.ts files. */, "allowSyntheticDefaultImports": true /* 允许默认导入 */, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,