Skip to content

Commit

Permalink
fix: add types to exports in packages.json (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-cc authored Mar 28, 2023
1 parent 65cf6b9 commit 9d4cd3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
Expand Down

0 comments on commit 9d4cd3b

Please sign in to comment.