Skip to content

Commit 8ab0909

Browse files
authored
fix: added missing export types for module (#465)
1 parent e67115a commit 8ab0909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"exports": {
1616
".": {
1717
"import": "./lib/esm/index.js",
18-
"require": "./lib/cjs/index.js"
18+
"require": "./lib/cjs/index.js",
19+
"types": "./lib/types/index.t.ts",
1920
}
2021
},
2122
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)