Skip to content

Commit 3cea40d

Browse files
authored
fix: Add types to exports in package.json (#111)
1 parent 088e44e commit 3cea40d

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
@@ -21,6 +21,7 @@
2121
"types": "index.d.ts",
2222
"exports": {
2323
".": {
24+
"types": "./index.d.ts",
2425
"import": "./index.js",
2526
"require": "./umd/index.js"
2627
}

0 commit comments

Comments
 (0)