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": {
"@/*": ["src/*"]
},
"compilerOptions": {
"types": ["element-plus/global"]
},
"types": ["vite/client"],
"skipLibCheck": true,
"removeComments": true,