Skip to content

Commit f75b5e2

Browse files
committed
Add types to exports
1 parent b662656 commit f75b5e2

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
@@ -16,7 +16,8 @@
1616
"exports": {
1717
".": {
1818
"import": "./index.js",
19-
"require": "./index.cjs"
19+
"require": "./index.cjs",
20+
"types": "./index.d.ts"
2021
}
2122
},
2223
"author": {

0 commit comments

Comments
 (0)