https://github.com/figma/rules_ts
Bazel rules for the `tsc` compiler from http://typescriptlang.org
https://github.com/figma/rules_ts
Last synced: 9 months ago
JSON representation
Bazel rules for the `tsc` compiler from http://typescriptlang.org
- Host: GitHub
- URL: https://github.com/figma/rules_ts
- Owner: figma
- License: apache-2.0
- Fork: true (aspect-build/rules_ts)
- Created: 2022-05-13T21:36:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T10:48:04.000Z (over 3 years ago)
- Last Synced: 2024-09-29T05:41:41.906Z (over 1 year ago)
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel rules for ts
High-performance alternative to the `@bazel/typescript` npm package, based on
Aspect's rules_js.
## Installation
From the release you wish to use:
copy the WORKSPACE snippet into your `WORKSPACE` file.