Preview CLI of the native TypeScript compiler port
npm install @typescript/native-previewThis package provides a preview build of the native port of TypeScript.
Not all features are implemented yet.
This package is intended for testing and experimentation.
It will eventually be replaced by the official TypeScript package.
Use the tsgo command just like you would use tsc:
``sh``
npx tsgo --help
The native port of TypeScript is still in progress.
We expect many gaps, but are seeking experimentation and feedback.
If you have found differences that are not yet known, we encourage you to leave feedback on the issue tracker.