interface ResolveOptions {
    basedir?: string;
    resolver?: Resolver;
}

Properties

Properties

basedir?: string
resolver?: Resolver