fix: 解决 TS 类型错误问题

This commit is contained in:
奔跑的面条
2023-06-27 18:11:37 +08:00
parent b1a0e7b5e2
commit b59c28b8ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es6", "ESNext", "dom"],
"types": ["vite/client", "naive-ui/volar"],
"types": ["vite/client"],
"paths": {
"@/*": ["src/*"],
"/#/*": ["types/*"]