Skip to content

Commit 9fe13e5

Browse files
authored
fix: Update package.json to fix typescript issue (#88)
1 parent 204e9b1 commit 9fe13e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"exports": {
1818
".": {
1919
"types": {
20-
"import": "./index.d.ts"
20+
"import": "./dist/index.d.ts"
2121
},
2222
"browser": {
2323
"require": "./dist/browser/index.cjs.js",

0 commit comments

Comments
 (0)