diff --git a/tsconfig.json b/tsconfig.json index bb287e9..e4bf3ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,9 @@ "paths": { "@/*": ["src/*"] }, + "compilerOptions": { + "types": ["element-plus/global"] + }, "types": ["vite/client"], "skipLibCheck": true, "removeComments": true,