Skip to content

Commit 37cb948

Browse files
Export types as well
1 parent a395f36 commit 37cb948

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
@@ -8,7 +8,8 @@
88
"exports": {
99
".": {
1010
"import": "./dist-lib/index.js",
11-
"require": "./dist-lib/index.js"
11+
"require": "./dist-lib/index.js",
12+
"types": "./dist-lib/index.d.ts"
1213
}
1314
},
1415
"scripts": {

0 commit comments

Comments
 (0)