| <!-- Generated with Stardoc: http://skydoc.bazel.build --> |
| |
| Simple macro exposing the typescript tsc binary. |
| |
| Most users should use ts_project from aspect-build/rules_ts instead. |
| |
| |
| <a id="tsc"></a> |
| |
| ## tsc |
| |
| <pre> |
| tsc(<a href="#tsc-name">name</a>, <a href="#tsc-args">args</a>, <a href="#tsc-kwargs">kwargs</a>) |
| </pre> |
| |
| |
| |
| **PARAMETERS** |
| |
| |
| | Name | Description | Default Value | |
| | :------------- | :------------- | :------------- | |
| | <a id="tsc-name"></a>name | <p align="center"> - </p> | none | |
| | <a id="tsc-args"></a>args | <p align="center"> - </p> | <code>["-p", "tsconfig.json"]</code> | |
| | <a id="tsc-kwargs"></a>kwargs | <p align="center"> - </p> | none | |
| |
| |