Skip to content

Commit b507fa6

Browse files
Update package.json
alleviates issue found with builds using TypeScript akin to microsoft/TypeScript#52363
1 parent 9d47ced commit b507fa6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"exports": {
66
".": {
77
"require": "./dist/index.cjs.js",
8-
"import": "./dist/index.es.js"
8+
"import": "./dist/index.es.js",
9+
"types": "./types/index.d.ts"
910
}
1011
},
1112
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)