Releases: aspect-forks/TypeScript
Releases · aspect-forks/TypeScript
v4.3.5 with resolveFromOutDir option
This is a custom release of typescript 4.3.5 with the resolveFromOutDir option from microsoft#48190 included. This feature significantly improves typescript compatibility with Bazel. In particular, it makes the ts_project
rule feasible to use outside of the sandbox.
The build recipe and diff from upstream 4.3.5 release are included in the release artifacts.
To use this release, reference the typescript-4.3.5_resolveFromOutDir.tgz
release file directly in your package.json.