KC's Workspace
    Preparing search index...
    type References = {
        circular?: boolean;
        originalPath?: string;
        path: string;
        prepend?: boolean;
    }
    Index

    Properties

    circular?: boolean

    True if it is intended that this reference form a circularity.

    originalPath?: string

    The path as the user originally wrote it.

    path: string

    A normalized path on disk.

    prepend?: boolean

    True if the output of this reference should be prepended to the output of this project.

    Only valid for --outFile compilations.

    This option will be removed in TypeScript 5.5.