Skip to content

Commit 626ba4e

Browse files
committed
Add types export
1 parent 3ff7798 commit 626ba4e

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
@@ -7,7 +7,8 @@
77
"types": "index.d.ts",
88
"exports": {
99
"require": "./index.js",
10-
"import": "./index.js"
10+
"import": "./index.js",
11+
"types": "./index.d.ts"
1112
},
1213
"scripts": {
1314
"test": "npm run build && npm run lint && tap",

0 commit comments

Comments
 (0)