Skip to content

Commit

Permalink
Include 'types' in export map
Browse files Browse the repository at this point in the history
(closes #133)
  • Loading branch information
bhousel committed Sep 26, 2023
1 parent c275707 commit bcdc6a9
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 @@ -23,7 +23,8 @@
"module": "./dist/country-coder.mjs",
"exports": {
"import": "./dist/country-coder.mjs",
"require": "./dist/country-coder.cjs"
"require": "./dist/country-coder.cjs",
"types": "./dist/country-coder.d.ts"
},
"dependencies": {
"which-polygon": "^2.2.1"
Expand Down

0 comments on commit bcdc6a9

Please sign in to comment.