Skip to content

Commit

Permalink
Merge pull request #34 from devo-wm/add-types-to-exports
Browse files Browse the repository at this point in the history
adds types to exports to resolve tsc error
  • Loading branch information
alan2207 authored Aug 23, 2024
2 parents 3e6d5ed + 23b06a6 commit 2289359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"

},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 2289359

Please sign in to comment.