Skip to content

Commit

Permalink
Export types (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jul 5, 2023
1 parent afb54da commit dfd2874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,10 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"engines": {
"node": ">=12"
},
Expand Down

0 comments on commit dfd2874

Please sign in to comment.