### What problem does this feature solve? TypeScript on Go (also known as [TypeScript 7 or TypeScript Native](https://github.com/microsoft/typescript-go)) has been released as a public preview. Developers can try it via: - npm package `@typescript/native-preview` with `tsgo` CLI - VSCode Extension [TypeScript (Native Preview)](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) It would be nice if it were possible to use it in the Vue ecosystem as well ### What does the proposed solution look like? - Support a switch in the config to use `tsgo` instead of `tsc` - Do not patch TypeScript and instead add additional configuration to the TypeScript itself (supported extensions)