Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tsc): point to shimmed tsc entry point to support ts 5.7
Typescript 5.7 uses the `tsc.js` entrypoint for handling the node compile cache. This fix points to the new `_tsc.js` entry point but doesn't handle anything regarding the node compile cache. This needs to be looked at in a future release.
- Loading branch information