Optional
buildOptional
assumeChangesOnlyAffectDirectDependencies?: booleanOptional
dry?: boolean~
Optional
force?: booleanBuild all projects, including those that appear to be up to date
Optional
incremental?: booleanSave .tsbuildinfo files to allow for incremental compilation of projects.
Optional
traceResolution?: booleanLog paths used during the moduleResolution
process.
Optional
verbose?: booleanEnable verbose logging
Have recompiles in projects that use
incremental
andwatch
mode assume that changes within a file will only affect files directly depending on it.