Skip to content

Commit

Permalink
fix: adds types definitions to exports in package.json (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wabuMike authored May 5, 2023
1 parent 9eca193 commit f382d30
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 @@ -11,6 +11,7 @@
"module": "dist/togeojson.es.mjs",
"main": "dist/togeojson.cjs",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/togeojson.cjs",
"default": "./dist/togeojson.es.mjs"
},
Expand Down

0 comments on commit f382d30

Please sign in to comment.