Description of the files to clean, relative to project.root
.
Default: { dirs: [ path.join(project.buildDir, target.targetDir), path.join(project.distDir, target.targetDir) ] }
A list of copy operations to perform during the build process.
Name of the target, used to prefix related tasks
List of minimatch glob patterns matching the Typescript scripts, relative
to target.srcDir
.
Source directory for this target, relative to project.srcDir
.
Name of the target directory, relative to project.buildDir
.
Default: target.name
.
List of directories where Typescript should search for declarations,
relative to target.srcDir
.
Advanced typescript configuration
Generated using TypeDoc
A target represents a group of tasks to produce a specific build.