Skip to content

feat: expose resolveTsconfig util for plugins and frameworks#22777

Open
raminjafary wants to merge 1 commit into
vitejs:mainfrom
raminjafary:feat/expose-resolve-tsconfig
Open

feat: expose resolveTsconfig util for plugins and frameworks#22777
raminjafary wants to merge 1 commit into
vitejs:mainfrom
raminjafary:feat/expose-resolve-tsconfig

Conversation

@raminjafary

Copy link
Copy Markdown

Vite 8 dropped tsconfck, so plugins and frameworks that relied on it for tsconfig resolution need an alternative. Expose a resolveTsconfig util that wraps the same resolution Vite uses internally, returning the merged tsconfig and the config files involved, so the ecosystem can resolve tsconfig consistently with Vite.

Closes #22336

Vite 8 dropped tsconfck, so plugins and frameworks that relied on it for
tsconfig resolution need an alternative. Expose a resolveTsconfig util that
wraps the same resolution Vite uses internally, returning the merged tsconfig
and the config files involved, so the ecosystem can resolve tsconfig
consistently with Vite.

Closes vitejs#22336
@raminjafary raminjafary force-pushed the feat/expose-resolve-tsconfig branch from 17fd7d9 to 6417d1e Compare June 25, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

expose resolveTsconfig util for reuse by plugins/frameworks

1 participant