Skip to content

Commit

Permalink
Merge pull request #82 from marmelab/fix-types-exports
Browse files Browse the repository at this point in the history
Fix types export
  • Loading branch information
fzaninotto authored Aug 1, 2024
2 parents 88f3b55 + 2f75016 commit 0d5c84d
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 @@ -18,7 +18,8 @@
"exports": {
".": {
"import": "./dist/fakerest.min.js",
"require": "./dist/fakerest.umd.cjs"
"require": "./dist/fakerest.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"author": "François Zaninotto <fzaninotto@gmail.com>",
Expand Down

0 comments on commit 0d5c84d

Please sign in to comment.