Skip to content

Commit

Permalink
Merge pull request #87 from Kyoth25f/master
Browse files Browse the repository at this point in the history
Export types
  • Loading branch information
dhershman1 authored Dec 29, 2023
2 parents 20f8b08 + 563e8bc commit 251420b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/vue-debounce.min.js",
"exports": {
"import": "./dist/vue-debounce.min.mjs",
"require": "./dist/vue-debounce.min.js"
"require": "./dist/vue-debounce.min.js",
"types": "./types/index.d.ts"
},
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 251420b

Please sign in to comment.