Skip to content

Commit

Permalink
fix: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
magyarb authored Jan 31, 2024
1 parent 4d32cc5 commit 5f6173c
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 @@ -28,7 +28,8 @@
"exports": {
".": {
"import": "./dist/vue-tailwind-datepicker.js",
"require": "./dist/vue-tailwind-datepicker.umd.cjs"
"require": "./dist/vue-tailwind-datepicker.umd.cjs",
"types": "./dist/types.d.ts"
}
},
"main": "./dist/vue-tailwind-datepicker.umd.cjs",
Expand Down

0 comments on commit 5f6173c

Please sign in to comment.