kormide / rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel rules for ts

High-performance alternative to the @bazel/typescript npm package, based on https://github.com/aspect-build/rules_js.

The ts_project rule here is identical to the one in rules_nodejs, making it easy to migrate.

Since rules_js always runs tools from the bazel-out tree, rules_ts naturally fixes the usability bugs with rules_nodejs.

  • Freely mix generated *.ts and tsconfig.json files in the bazel-out tree with source files
  • Fixes the need for any rootDirs settings in tsconfig.json as reported in microsoft/TypeScript#37378
  • "worker mode" for ts_project now shares workers across all targets, rather than requiring one worker pool per target

Installation

From the release you wish to use: https://github.com/aspect-build/rules_ts/releases copy the WORKSPACE snippet into your WORKSPACE file.

About

Bazel rules for the `tsc` compiler from http://typescriptlang.org

License:Apache License 2.0


Languages

Language:Starlark 89.9%Language:JavaScript 9.3%Language:Shell 0.9%Language:TypeScript 0.0%