Skip to content

Commit

Permalink
Merge branch 'master' into changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Feb 2, 2024
2 parents a2bcf2e + 0ac5f6c commit 98771a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/config-reference/codegen-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ For more detailed output, you can also enable the `verbose: true` or `--verbose`
## Other ways to provide configuration

GraphQL-Codegen is uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading.
GraphQL-Codegen uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading.

That means you can use `codegen.yml`, `codegen.json`, `codegen.js`, or `codegen.ts` as configuration files. You can also specify the entire configuration under a key called `"codegen"` in your `package.json`.
For more information, [please refer to `cosmiconfig` documentation](https://github.com/davidtheclark/cosmiconfig#cosmiconfig).
Expand Down

0 comments on commit 98771a0

Please sign in to comment.