Skip to content

Commit ab1c19c

Browse files
fix: type exports
1 parent 77aba14 commit ab1c19c

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
@@ -5,6 +5,7 @@
55
"type": "module",
66
"exports": {
77
".": {
8+
"types": "./dist/types.d.ts",
89
"import": "./dist/module.mjs",
910
"require": "./dist/module.cjs"
1011
}

0 commit comments

Comments
 (0)