Skip to content

Commit

Permalink
docs: add types to default exports (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Mar 27, 2023
1 parent 9186985 commit 27df191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Update `package.json`:
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down

0 comments on commit 27df191

Please sign in to comment.