Selaa lähdekoodia

fix(tsconfig): 修复z-paging库的TS类型丢失

fifteen 1 vuosi sitten
vanhempi
commit
c7b5e60fed
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -19,7 +19,8 @@
       "@dcloudio/types",
       "@uni-helper/uni-types",
       "@types/wechat-miniprogram",
-      "wot-design-uni/global.d.ts"
+      "wot-design-uni/global.d.ts",
+      "z-paging/types"
     ]
   },
   "vueCompilerOptions": {