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

    Response message body for "projectInfo" request

    interface ProjectInfo {
        configFileName: string;
        fileNames?: string[];
        languageServiceDisabled?: boolean;
    }
    Index

    Properties

    configFileName: string

    For configured project, this is the normalized path of the 'tsconfig.json' file For inferred project, this is undefined

    fileNames?: string[]

    The list of normalized file name in the project, including 'lib.d.ts'

    languageServiceDisabled?: boolean

    Indicates if the project has a active language service instance