@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface ParsedCommandLine

    Either a parsed command line or a parsed tsconfig.json

    interface ParsedCommandLine {
        compileOnSave?: boolean;
        errors: tsc.Diagnostic[];
        fileNames: string[];
        options: tsc.CompilerOptions;
        projectReferences?: readonly ProjectReference[];
        raw?: any;
        typeAcquisition?: TypeAcquisition;
        watchOptions?: tsc.WatchOptions;
        wildcardDirectories?: MapLike<WatchDirectoryFlags>;
    }
    Index

    Properties

    compileOnSave?: boolean
    errors: tsc.Diagnostic[]
    fileNames: string[]
    projectReferences?: readonly ProjectReference[]
    raw?: any
    typeAcquisition?: TypeAcquisition
    watchOptions?: tsc.WatchOptions
    wildcardDirectories?: MapLike<WatchDirectoryFlags>