Skip to content

Commit 1593b3d

Browse files
authored
Fix type error with exports field in package.json
1 parent e1a6e5a commit 1593b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"browser": "./index.browser.js",
88
"exports": {
99
".": {
10+
"types": "./index.d.ts",
1011
"import": "./index.web.js",
1112
"browser": "./index.browser.js",
1213
"require": "./index.node.js",

0 commit comments

Comments
 (0)