fix(projects): 修复import.meta.env的TS类型

This commit is contained in:
Soybean
2022-08-03 23:19:25 +08:00
parent dbd676095b
commit 19942625d5
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"~/*": ["./*"],
"@/*": ["./src/*"]
},
"types": ["node", "vite/client", "naive-ui/volar"]
"types": ["node", "naive-ui/volar"]
},
"exclude": ["node_modules", "dist"]
}