Add the package to your "devDependencies"
:
npm install --save-dev @tsconfig/vite-react
yarn add --dev @tsconfig/vite-react
Add to your tsconfig.json
:
"extends": "@tsconfig/vite-react/tsconfig.json"
The tsconfig.json
:
You can find the code here.