Skip to content

Commit 8eefe1e

Browse files
committed
properly handle types
1 parent 8b08b47 commit 8eefe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
},
3434
"exports": {
3535
".": {
36+
"types": "./types/index.d.ts",
3637
"require": "./dist/index.cjs.js",
38+
"import": "./dist/index.esm.js",
3739
"default": "./dist/index.esm.js"
3840
},
3941
"./package.json": "./package.json"

0 commit comments

Comments
 (0)