Skip to content

Commit 59c0790

Browse files
authored
fix: add types export condition (#504)
1 parent b34c172 commit 59c0790

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
@@ -22,6 +22,7 @@
2222
"type": "module",
2323
"exports": {
2424
".": {
25+
"types": "./dist/types.d.ts",
2526
"import": "./dist/module.mjs",
2627
"require": "./dist/module.cjs"
2728
}

0 commit comments

Comments
 (0)