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

    Type Alias ResolutionHostFactory

    ResolutionHostFactory: (
        moduleResolutionHost: ModuleResolutionHost,
        getCompilerOptions: () => tsc.CompilerOptions,
    ) => ResolutionHost

    Factory used to create a resolution host.

    Type Declaration

    The compiler options are retrieved via a function in order to get the project's current compiler options.