From e7d9aa1975805a52a7de708d988cf90201c50ae5 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 21 Sep 2022 16:00:24 +0200 Subject: [PATCH] Update docs/content/2.guide/2.directory-structure/3.tsconfig.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Damian GÅ‚owala <48835293+DamianGlowala@users.noreply.github.com> --- docs/content/2.guide/2.directory-structure/3.tsconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/2.directory-structure/3.tsconfig.md b/docs/content/2.guide/2.directory-structure/3.tsconfig.md index 3e157fdfc16..138538f3974 100644 --- a/docs/content/2.guide/2.directory-structure/3.tsconfig.md +++ b/docs/content/2.guide/2.directory-structure/3.tsconfig.md @@ -14,4 +14,4 @@ Nuxt [automatically generates](/guide/concepts/typescript) a `.nuxt/tsconfig.jso } ``` -As you need to, you can customize the contents of this file. However, it is recommended that you don't overwrite `target`, `module` and `moduleResolution`. Moreover, note that if you need to customize your `paths`, this will override the auto-generated path aliases. Instead, we recommend that you add any path aliases you need to the `alias` property within your `nuxt.config`, where they will get picked up and added to the autogenerated `tsconfig`. +As you need to, you can customize the contents of this file. However, it is recommended that you don't overwrite `target`, `module` and `moduleResolution`. Moreover, note that if you need to customize your `paths`, this will override the auto-generated path aliases. Instead, we recommend that you add any path aliases you need to the `alias` property within your `nuxt.config`, where they will get picked up and added to the auto-generated `tsconfig`.