@nrwl/js:tsc
Build a project using TypeScript.
Options can be configured in workspace.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options
main (required)
Type: string
The name of the main entry-point file.
outputPath (required)
Type: string
The output path of the generated files.
tsConfig (required)
Type: string
The path to the Typescript configuration file.
assets
Type: array
List of static assets.
transformers
Type: array
List of TypeScript Transformer Plugins.
watch
Default: false
Type: boolean
Enable re-building when files change.