Skip to content

Commit

Permalink
chore(packages): add types field to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nekoya committed Nov 29, 2023
1 parent 481a43b commit b12ca22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/billboardjs-react.js",
"require": "./dist/billboardjs-react.cjs"
}
Expand Down

0 comments on commit b12ca22

Please sign in to comment.