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

View File

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