From dd9900ba0ed2ed1f37fbcf22a48c9923da71eefd Mon Sep 17 00:00:00 2001 From: Ethan Brown Date: Mon, 15 Jul 2024 01:33:40 -0700 Subject: [PATCH] docs(www): update Vite instructions (#4260) --- apps/www/content/docs/installation/vite.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/www/content/docs/installation/vite.mdx b/apps/www/content/docs/installation/vite.mdx index 26206263ef..61021aa040 100644 --- a/apps/www/content/docs/installation/vite.mdx +++ b/apps/www/content/docs/installation/vite.mdx @@ -25,7 +25,9 @@ npx tailwindcss init -p ### Edit tsconfig.json file -Add the following code to the `tsconfig.json` file to resolve paths: +The current version of Vite splits TypeScript configuration into three files, two of which need to be edited. +Add the `baseUrl` and `paths` properties to the `compilerOptions` section of the `tsconfig.json` and +`tsconfig.app.json` files: ```ts {11-16} showLineNumbers {