# `@typescript/typescript6`

This package provides a `tsc6` command that runs TypeScript 6's `tsc`.

It also reexports the TypeScript 6 API, so you can import it in your code:

```ts
import ts6 from "@typescript/typescript6";
```
