Explorar o código

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

ToQuery %!s(int64=3) %!d(string=hai) anos
pai
achega
266b566850
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -20,6 +20,7 @@
     "lib": ["dom", "esnext"],
     "noImplicitAny": false,
     "skipLibCheck": true,
+    "types": ["vite/client"],
     "removeComments": true,
     "paths": {
       "/@/*": ["src/*"],