Interface VirtualPackageOptions

Options for added virtual package.

Hierarchy

  • VirtualPackageOptions

Properties

Properties

allowDuplicate?: boolean

Permit package with the same name.

Default Value

false.

deref?: {
    : undefined | string;
}

Per-entry dereference mappings.

Either maps to local file (when starts with ./, or to package name).

Type declaration

  • : undefined | string

Generated using TypeDoc