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

    Interface SetCompilerOptionsForInferredProjectsRequest

    Request to set compiler options for inferred projects. External projects are opened / closed explicitly. Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. This configuration file will be used to obtain a list of files and configuration settings for the project. Inferred projects are created when user opens a loose file that is not the part of external project or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false, or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.

    interface SetCompilerOptionsForInferredProjectsRequest {
        arguments: SetCompilerOptionsForInferredProjectsArgs;
        command: CompilerOptionsForInferredProjects;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    • Request
      • SetCompilerOptionsForInferredProjectsRequest
    Index

    Properties

    Object containing arguments for the command

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"