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

pull/22294/head
LooSheng 2023-02-07 15:41:29 +08:00 committed by GitHub
parent c56f1d6c8c
commit 3c0780d9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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