Skip to content

Commit f9cf342

Browse files
committed
chore: Improve export field in package.json
1 parent f898873 commit f9cf342

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
@@ -25,7 +25,8 @@
2525
"exports": {
2626
".": {
2727
"import": "./dist/index.mjs",
28-
"require": "./dist/index.cjs"
28+
"require": "./dist/index.cjs",
29+
"types": "./dist/index.d.ts"
2930
}
3031
},
3132
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)