Skip to content

Commit

Permalink
Merge pull request #37 from JoviDeCroock/patch-1
Browse files Browse the repository at this point in the history
add types discoverability
  • Loading branch information
ryansolid committed May 30, 2022
2 parents ac130ae + 820c115 commit 6c9c566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
],
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"exports": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"node": "./dist/cjs/index.cjs",
"default": "./dist/cjs/index.cjs",
Expand Down

0 comments on commit 6c9c566

Please sign in to comment.