OptionalbuildOptionalassumeChangesOnlyAffectDirectDependencies?: booleanOptionaldry?: boolean~
Optionalforce?: booleanBuild all projects, including those that appear to be up to date
Optionalincremental?: booleanSave .tsbuildinfo files to allow for incremental compilation of projects.
OptionaltraceResolution?: booleanLog paths used during the moduleResolution process.
Optionalverbose?: booleanEnable verbose logging
Have recompiles in projects that use
incrementalandwatchmode assume that changes within a file will only affect files directly depending on it.