Skip to content

Commit

Permalink
Fix importing in TypeScript module resolution modes that don't respec…
Browse files Browse the repository at this point in the history
…t the `exports` field (#125)
  • Loading branch information
emmatown authored Feb 7, 2024
1 parent 8995589 commit 65adda4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/funny-tigers-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ts-gql/tag": patch
---

Fix importing in TypeScript module resolution modes that don't respect the `exports` field
1 change: 0 additions & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"./package.json": "./package.json"
},
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"graphql-tag": "^2.12.6"
Expand Down

0 comments on commit 65adda4

Please sign in to comment.