Unverified 提交 266b5668 作者: ToQuery 提交者: GitHub

tsconfig 增加 types , 解决webstorm提示错误 (#1527)

上级 a281631a
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
"lib": ["dom", "esnext"], "lib": ["dom", "esnext"],
"noImplicitAny": false, "noImplicitAny": false,
"skipLibCheck": true, "skipLibCheck": true,
"types": ["vite/client"],
"removeComments": true, "removeComments": true,
"paths": { "paths": {
"/@/*": ["src/*"], "/@/*": ["src/*"],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论