Skip to content

Commit

Permalink
🐛 Add "types" to "exports"
Browse files Browse the repository at this point in the history
Same issue as the one reported at dubzzz/fast-check#2803
  • Loading branch information
dubzzz authored Mar 17, 2022
1 parent 2d96645 commit b12baa1
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 @@ -8,6 +8,7 @@
".": {
"require": "./lib/pure-rand.js",
"import": "./lib/esm/pure-rand.js",
"types": "./lib/types/pure-rand.d.ts",
"default": "./lib/esm/pure-rand.js"
}
},
Expand Down

0 comments on commit b12baa1

Please sign in to comment.