8000 fix: missing types on production · vue-use-form/vue-use-form@46f35f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46f35f3

Browse files
fix: missing types on production
1 parent 3d07f36 commit 46f35f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"types": "./dist/index.d.ts",
2424
"exports": {
2525
".": {
26+
"types": "./dist/index.d.ts",
2627
"require": "./dist/index.js",
2728
"import": "./dist/index.mjs"
2829
}

0 commit comments

Comments
 (0)
0