fix(@vant/area-data): add exports types (#12397)

This commit is contained in:
Zhang Zhi Chao 2023-10-27 22:15:32 +08:00 committed by GitHub
parent eddb35c782
commit 6632700a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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