Browse Source

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

fifteen 1 year ago
parent
commit
61fa2e773a
1 changed files with 2 additions and 1 deletions
  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": {