Changelog

vitejs/vite · · 4 commits

Vite adds top-level tsconfig support

Vite beta release ships a new top-level tsconfig option alongside docs, tests, and a workspace release-age tweak.

Top-level tsconfig option lands (sapphi-red93164c3)

Vite now supports configuring a project-wide tsconfig path, overriding per-file discovery when needed. The change is wired through config resolution and build/Rolldown integration, with docs warning that automatic discovery is still the preferred default.

Other misc changes

  • Release v8.3.0-beta.0 and update package version/changelog (1c46db5)
  • CONTRIBUTING.md clarification for Playwright debugging (bteab120589)
  • Enable minimumReleaseAgeExcludePrune in pnpm workspace (bteadb45bb1)