Skip to content

Commit 2c38107

Browse files
author
Paul Senechko
authored
Merge pull request #266 from davidyorr/patch-1
fix: add types to exports in package.json
2 parents 8801b3e + 63e14bd commit 2c38107

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
@@ -47,7 +47,8 @@
4747
"exports": {
4848
"node": {
4949
"import": "./dist/index.mjs",
50-
"require": "./dist/index.cjs.js"
50+
"require": "./dist/index.cjs.js",
51+
"types": "./dist/index.d.ts"
5152
},
5253
"default": "./dist/index.mjs"
5354
},

0 commit comments

Comments
 (0)