Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 32af6e4

Browse files
committed
fix(types): add types field in package.json
1 parent 31c63b6 commit 32af6e4

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
"node": ">=16"
2323
},
2424
"type": "module",
25+
"types": "./dist/index.d.ts",
2526
"exports": {
2627
".": {
2728
"import": "./dist/index.mjs",

0 commit comments

Comments
 (0)