KC's Workspace
    Preparing search index...
    interface ResolvedProjectReference {
        commandLine: ParsedCommandLine;
        references?: readonly (ResolvedProjectReference | undefined)[];
        sourceFile: SourceFile;
    }
    Index

    Properties

    commandLine: ParsedCommandLine
    references?: readonly (ResolvedProjectReference | undefined)[]
    sourceFile: SourceFile