From 3c0780d9ca971cf8a12b05c1d041b63821a7fe03 Mon Sep 17 00:00:00 2001 From: LooSheng <30114549+loosheng@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:41:29 +0800 Subject: [PATCH] chore: missing web-type after publishing (#22271) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b26605e2..961b468b2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "lib", "src", "packages", - "types" + "types", + "web-types.json" ], "typings": "types/index.d.ts", "scripts": {