Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Compile TypeScript
Compile TypeScript

Compile TypeScript

Bool (by Sigma)

|
967 installs
| (1) | Free
Compile TypeScript projects and files
Get it free

Compile TypeScript

Compile TypeScript projects and files. No more need to locally compile .ts files.

This build task always runs the latest version of TypeScript. No need to install or maintain TypeScript on the build agent.

Note

Make sure to have all your code dependencies in place by running eg. npm install.

Usage

Add a new Compile TypeScript task from the Build category...

Task

...and configure it as needed.

Parameters Parameters Parameters include:

  • Compile: Choose whether to compile a project (defined in a tsconfig.json file) or files.
  • Path: Path to a valid tsconfig.json file or directory containing the tsconfig.json file. Variables can be used. Leaving it blank defaults to source root directory and is equal to using $(Build.SourcesDirectory).
  • Working Directory: Root directory that contains .ts files to compile. Variables can be used. Leaving it blank defaults to source root directory and is equal to using $(Build.SourcesDirectory).
  • Files: Files to compile separated by space character (' '). Relative paths to files in subfolders is supported. Variables can be used.

Having Problems?

Please create an issue on our Github and we will try to help you.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft