소스 검색

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

fifteen 1 년 전
부모
커밋
c7b5e60fed
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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": {