Skip to content

Commit

Permalink
fix: move types export to the top to ensure it is selected first and …
Browse files Browse the repository at this point in the history
…not as a fallback
  • Loading branch information
favna committed Jun 19, 2023
1 parent b09c8a9 commit 5ddfa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"module": "dist/graphql-pokemon.js",
"types": "dist/graphql-pokemon.d.ts",
"exports": {
"types": "./dist/graphql-pokemon.d.ts",
"import": "./dist/graphql-pokemon.js",
"require": "./dist/graphql-pokemon.cjs",
"types": "./dist/graphql-pokemon.d.ts"
"require": "./dist/graphql-pokemon.cjs"
},
"sideEffects": false,
"imports": {
Expand Down

0 comments on commit 5ddfa94

Please sign in to comment.