Skip to content

Commit

Permalink
fix: Update package.json to fix typescript issue (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidon authored May 23, 2024
1 parent 204e9b1 commit 9fe13e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"exports": {
".": {
"types": {
"import": "./index.d.ts"
"import": "./dist/index.d.ts"
},
"browser": {
"require": "./dist/browser/index.cjs.js",
Expand Down

0 comments on commit 9fe13e5

Please sign in to comment.