read-tsconfig-sync
    Preparing search index...

    Interface BuildOptionsDefinition

    interface BuildOptionsDefinition {
        buildOptions?: {
            assumeChangesOnlyAffectDirectDependencies?: boolean | null;
            dry?: boolean | null;
            force?: boolean | null;
            incremental?: boolean | null;
            traceResolution?: boolean | null;
            verbose?: boolean | null;
        };
    }
    Index
    buildOptions?: {
        assumeChangesOnlyAffectDirectDependencies?: boolean | null;
        dry?: boolean | null;
        force?: boolean | null;
        incremental?: boolean | null;
        traceResolution?: boolean | null;
        verbose?: boolean | null;
    }

    Type Declaration

    • OptionalassumeChangesOnlyAffectDirectDependencies?: boolean | null

      Have recompiles in projects that use incremental and watch mode assume that changes within a file will only affect files directly depending on it.

    • Optionaldry?: boolean | null

      ~

    • Optionalforce?: boolean | null

      Build all projects, including those that appear to be up to date

    • Optionalincremental?: boolean | null

      Save .tsbuildinfo files to allow for incremental compilation of projects.

    • OptionaltraceResolution?: boolean | null

      Log paths used during the moduleResolution process.

    • Optionalverbose?: boolean | null

      Enable verbose logging