Skip to content

Commit 5c3b3b1

Browse files
committed
Add missing type definitions
1 parent fa91542 commit 5c3b3b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"url": "https://github.com/ikatyang"
1212
},
1313
"exports": {
14-
".": "./dist/index.js"
14+
".": {
15+
"type": "./dist/index.d.ts",
16+
"default": "./dist/index.js"
17+
}
1518
},
1619
"license": "MIT",
1720
"scripts": {

0 commit comments

Comments
 (0)