Skip to content

Commit 96f7b40

Browse files
committed
add types export to package.json
1 parent c2bcc38 commit 96f7b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"exports": {
3434
".": {
3535
"require": "./dist/vue-haystack.cjs.js",
36-
"import": "./dist/vue-haystack.es.js"
36+
"import": "./dist/vue-haystack.es.js",
37+
"types": "./dist/src/index.d.ts"
3738
},
3839
"./style.css": "./dist/style.css"
3940
},

0 commit comments

Comments
 (0)