Skip to content

Commit

Permalink
fix: package json typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Akbar Azizi committed Apr 3, 2024
1 parent 1c80b1a commit ebe7599
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"main": "./dist/headless-datepicker.js",
"module": "./dist/headless-datepicker.mjs",
"types": "./dist/headless-datepicker.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/headless-datepicker.d.ts"
],
"jalali": [
"dist/jalali.d.ts"
]
}
},
"exports": {
".": {
"types": "./dist/headless-datepicker.d.ts",
Expand Down

0 comments on commit ebe7599

Please sign in to comment.