Skip to content

Commit

Permalink
Export types from package.json (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
asquithea authored Sep 7, 2024
1 parent 82376d4 commit 4c36d75
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 @@ -33,7 +33,8 @@
"exports": {
".": {
"import": "./dist/react-audio-visualize.es.js",
"require": "./dist/react-audio-visualize.umd.js"
"require": "./dist/react-audio-visualize.umd.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 4c36d75

Please sign in to comment.