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