update 修改对Volar支持

This commit is contained in:
ahao 2024-01-05 14:37:22 +08:00
parent b112b793d5
commit d08f14d86d

View File

@ -19,6 +19,9 @@
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["src/*"]
}, },
"compilerOptions": {
"types": ["element-plus/global"]
},
"types": ["vite/client"], "types": ["vite/client"],
"skipLibCheck": true, "skipLibCheck": true,
"removeComments": true, "removeComments": true,