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

This commit is contained in:
ToQuery 2021-12-28 18:47:57 +08:00 committed by GitHub
parent a281631ae3
commit 266b566850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*"],