From c7b5e60fed2366c5005998ada1d0f46765bbc22b Mon Sep 17 00:00:00 2001 From: fifteen Date: Thu, 12 Dec 2024 16:34:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(tsconfig):=20=E4=BF=AE=E5=A4=8Dz-paging?= =?UTF-8?q?=E5=BA=93=E7=9A=84TS=E7=B1=BB=E5=9E=8B=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8d5bd6a..170916f 100644 --- a/tsconfig.json +++ b/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": {