Exit with non-null return code on any error when building the scripts.
In watch mode, the errors are reported but the process does not stop (strict: false
).
Default: true
.
Merge rule: Last write win.
Override the default compiler options.
These options are passed to gulp-typescript
and used when emiting tsconfig.json
files.
Merge rule: Shallow merge (actual = {...default, ...project, ...target}
).
A list of paths where you should generate a tsconfig.json
file.
If used in a project: relative to project.root
If used in a target: relative to project.src
.
Merge rule: Last write win.
Typescript instance to use for compilation.
Merge rule: Last write win.
Generated using TypeDoc
Typescript options, can be applied both to the project or for specific targets.