References: {
    circular?: boolean;
    originalPath?: string;
    path: string;
    prepend?: boolean;
}

Type declaration

  • Optionalcircular?: boolean

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

  • OptionaloriginalPath?: string

    The path as the user originally wrote it.

  • path: string

    A normalized path on disk.

  • Optionalprepend?: 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.