#typescript
Read more stories on Hashnode
Articles with this tag
note, this article is still a work-in-progress as of September 2022 Aspect's rules_js and rules_ts finally make Bazel work well with TypeScript...
This post will show how much faster TypeScript builds can be when using remote execution, Bazel's unique ability to parallelize transpile and...
We recently released rules_js 1.0.0, a faster and more compatible approach to integrating JavaScript tooling under Bazel. Learn more by reading our...
Aspect's rules_ts is a port of rules_nodejs's @bazel/typescript package that provides a ts_project rule layered on top of rules_js, Aspect's new...
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...