Skip to content

Commit

Permalink
Add types export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Nov 18, 2024
1 parent 3ff7798 commit 626ba4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.js"
"import": "./index.js",
"types": "./index.d.ts"
},
"scripts": {
"test": "npm run build && npm run lint && tap",
Expand Down

0 comments on commit 626ba4e

Please sign in to comment.