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 {