build(@vant/use): add types exports (#11983)

This commit is contained in:
inottn 2023-06-16 10:07:47 +08:00 committed by GitHub
parent 24b1bf4147
commit c489aa3fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs", "import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js" "require": "./dist/index.cjs.js"
} }