Browse Source

fix: ts 报错

菲鸽 2 years ago
parent
commit
1bc536eecc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -13,7 +13,7 @@
     "outDir": "dist",
     "lib": ["esnext", "dom"],
     "types": [
-      "vite-env.d.ts",
+      "./vite-env.d.ts",
       "@dcloudio/types",
       "@types/wechat-miniprogram",
       "@uni-helper/uni-app-types",