Skip to content

Commit 6826a42

Browse files
authored
chore: types when esm exports (#173)
1 parent 930e6d5 commit 6826a42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
".": {
1818
"require": "./lib/index.cjs",
1919
"import": "./lib/index.mjs",
20-
"browser": "./lib/index.mjs"
20+
"browser": "./lib/index.mjs",
21+
"types": "./lib/index.d.ts"
2122
},
2223
"./*": "./*"
2324
},

0 commit comments

Comments
 (0)