Skip to content

Commit

Permalink
fix: types not defined in package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPotatoMan authored and i7N3 committed Feb 27, 2024
1 parent 743a3a3 commit ef5e772
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 @@ -8,7 +8,8 @@
"exports": {
".": {
"require": "./dist/google-oauth-gsi.cjs",
"import": "./dist/google-oauth-gsi.mjs"
"import": "./dist/google-oauth-gsi.mjs",
"types": "./dist/google-oauth-gsi.d.ts"
}
},
"files": [
Expand Down

0 comments on commit ef5e772

Please sign in to comment.