Skip to content

Commit 9352911

Browse files
committed
fix: changed defaults for export
1 parent 14e3a7a commit 9352911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
],
2323
"exports": {
2424
".": {
25+
"types": "./dist/index.d.ts",
2526
"require": "./dist/index.cjs",
2627
"import": "./dist/index.mjs"
2728
}
2829
},
2930
"main": "./dist/index.cjs",
31+
"module": "./dist/index.mjs",
3032
"types": "./dist/index.d.ts",
3133
"files": [
3234
"dist"

0 commit comments

Comments
 (0)