Skip to content

Commit

Permalink
Merge pull request #182 from boginw/master
Browse files Browse the repository at this point in the history
Added "types" export to package.json
  • Loading branch information
palerdot authored Feb 12, 2024
2 parents 1e5e2f2 + 76acc09 commit b8aca87
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 @@ -14,6 +14,7 @@
"module": "./dist/react-d3-speedometer.es.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/react-d3-speedometer.es.js",
"require": "./dist/react-d3-speedometer.umd.js"
},
Expand Down

0 comments on commit b8aca87

Please sign in to comment.