Skip to content

Commit

Permalink
docs: add link to config api (#18474)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode committed Jan 24, 2023
1 parent e0c89e5 commit 05b1fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.docs/2.guide/1.concepts/8.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Nitro also [auto-generates types](/docs/guide/concepts/server-engine#typed-api-r
Keep in mind that all options extended from `./.nuxt/tsconfig.json` will be overwritten by the options defined in your `tsconfig.json`.
Overwriting options such as `"compilerOptions.paths"` with your own configuration will lead TypeScript to not factor in the module resolutions from `./.nuxt/tsconfig.json`. This can lead to module resolutions such as `#imports` not being recognized.

In case you need to extend options provided by `./.nuxt/tsconfig.json` further, you can use the `alias` property within your `nuxt.config`. `nuxi` will pick them up and extend `./.nuxt/tsconfig.json` accordingly.
In case you need to extend options provided by `./.nuxt/tsconfig.json` further, you can use the [`alias` property](/docs/api/configuration/nuxt-config#alias) within your `nuxt.config`. `nuxi` will pick them up and extend `./.nuxt/tsconfig.json` accordingly.
::

## Stricter Checks
Expand Down

0 comments on commit 05b1fc2

Please sign in to comment.