Open
Description
What problem does this feature solve?
TypeScript on Go (also known as TypeScript 7 or TypeScript Native) has been released as a public preview.
Developers can try it via:
- npm package
@typescript/native-preview
withtsgo
CLI - VSCode Extension TypeScript (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 oftsc
- Do not patch TypeScript and instead add additional configuration to the TypeScript itself (supported extensions)