10-20x speedup for TypeScript transpilation in Bazel
When I first started working on TypeScript in Bazel, we borrowed Google's approach to running the compiler, called ts_library. It's fast, but it comes with a ton of complexity since it needs a custom compiler binary which hacks into a lot of TypeScri...
Jan 6, 20224 min read3.0K

