From c032fe5a1ebf1de8171a39acfb9f8b35bdcbb150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Thu, 4 Apr 2024 16:55:12 +0800 Subject: [PATCH] =?UTF-8?q?build(tsconfig.json):=20add=20=20components.d.t?= =?UTF-8?q?s=20=EF=BC=8C=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=B0=B1=E6=9C=89=E6=8F=90=E7=A4=BA=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6fcb91f..4d30af4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "@dcloudio/types", "@types/wechat-miniprogram", "wot-design-uni/global.d.ts", + "./components.d.ts", "./global.d.ts" ] },