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:
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)
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:
@typescript/native-previewwithtsgoCLIIt would be nice if it were possible to use it in the Vue ecosystem as well
What does the proposed solution look like?
tsgoinstead oftsc