Skip to content

Commit

Permalink
fix: add type declaration to package exports (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartaithan authored Oct 29, 2023
1 parent c4542e2 commit 6019d8d
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 @@ -17,7 +17,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/psn-api.esm.js"
"import": "./dist/psn-api.esm.js",
"types": "./dist/index.d.ts"
}
},
"author": "Wes Copeland",
Expand Down

1 comment on commit 6019d8d

@vercel
Copy link

@vercel vercel bot commented on 6019d8d Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.