Skip to content

Commit 4c36d75

Browse files
authored
Export types from package.json (#20)
Fixes microsoft/TypeScript#52363
1 parent 82376d4 commit 4c36d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"exports": {
3434
".": {
3535
"import": "./dist/react-audio-visualize.es.js",
36-
"require": "./dist/react-audio-visualize.umd.js"
36+
"require": "./dist/react-audio-visualize.umd.js",
37+
"types": "./dist/index.d.ts"
3738
}
3839
},
3940
"scripts": {

0 commit comments

Comments
 (0)