chore: missing web-type after publishing (#22271)

This commit is contained in:
LooSheng
2023-02-07 15:41:29 +08:00
committed by GitHub
parent c56f1d6c8c
commit 3c0780d9ca

View File

@@ -7,7 +7,8 @@
"lib",
"src",
"packages",
"types"
"types",
"web-types.json"
],
"typings": "types/index.d.ts",
"scripts": {