Skip to content

Commit 27c7a26

Browse files
authored
fix: add types to exports definitions (#85)
1 parent 799dca9 commit 27c7a26

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
@@ -7,6 +7,7 @@
77
"license": "MIT",
88
"exports": {
99
".": {
10+
"types": "./dist/index.d.ts",
1011
"import": "./dist/index.mjs",
1112
"require": "./dist/index.js"
1213
}

0 commit comments

Comments
 (0)