层级错误,且element-plus按需引入不用配置tsconfig.json

Signed-off-by: zl <11656279+xbbzjsj@user.noreply.gitee.com>
This commit is contained in:
zl 2024-06-06 08:53:59 +00:00 committed by Gitee
parent 15c3d84ca2
commit 7904496df1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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