diff --git a/.changeset/funny-tigers-design.md b/.changeset/funny-tigers-design.md new file mode 100644 index 0000000..6f9efe3 --- /dev/null +++ b/.changeset/funny-tigers-design.md @@ -0,0 +1,5 @@ +--- +"@ts-gql/tag": patch +--- + +Fix importing in TypeScript module resolution modes that don't respect the `exports` field diff --git a/packages/tag/package.json b/packages/tag/package.json index 418d61e..f2bc451 100644 --- a/packages/tag/package.json +++ b/packages/tag/package.json @@ -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"