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

    Argument for SetCompilerOptionsForInferredProjectsRequest request.

    interface SetCompilerOptionsForInferredProjectsArgs {
        options: InferredProjectCompilerOptions;
        projectRootPath?: string;
    }
    Index

    Properties

    Compiler options to be used with inferred projects.

    projectRootPath?: string

    Specifies the project root path used to scope compiler options. It is an error to provide this property if the server has not been started with useInferredProjectPerProjectRoot enabled.