As per the documentation, @quasar/app-vite/tsconfig-preset has been dropped, so update your tsconfig.json with:
@quasar/app-vite/tsconfig-preset
tsconfig.json
{ "extends": "./.quasar/tsconfig.json" }