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

    Interface ParsedTsconfig

    interface ParsedTsconfig {
        extendedConfigPath?: string | string[];
        options?: tsc.CompilerOptions;
        raw: any;
        typeAcquisition?: TypeAcquisition;
        watchOptions?: tsc.WatchOptions;
    }
    Index

    Properties

    extendedConfigPath?: string | string[]

    Note that the case of the config path has not yet been normalized, as no files have been imported into the project yet

    raw: any
    typeAcquisition?: TypeAcquisition
    watchOptions?: tsc.WatchOptions