Skip to content

Commit

Permalink
Add types to exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Jul 10, 2024
1 parent 0e12253 commit aba3683
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 @@ -24,7 +24,8 @@
"main": "dist/fathom-client.cjs",
"exports": {
"import": "./dist/fathom-client.esm.js",
"require": "./dist/fathom-client.cjs"
"require": "./dist/fathom-client.cjs",
"types": "./types/index.d.ts"
},
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit aba3683

Please sign in to comment.