Dev Tools · 1h ago
Vue Developers Can Use TypeScript 7 Now — Just Skip .vue Files
TypeScript 7 shipped with a Go-native compiler but doesn't support Vue's single-file components via Volar. The author shows Vue components can be written in .tsx files using JSX, bypassing the limitation. This approach works because Vue's component model is plain JavaScript, not dependent on .vue files.
Meridian48 take
The workaround is clever but highlights a real friction: the ecosystem's most popular tooling lags behind the compiler's speed gains.
typescript-7vue-jsx