Skip to content

Latest commit

 

History

History
84 lines (42 loc) · 1.37 KB

File metadata and controls

84 lines (42 loc) · 1.37 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IImportResolvePackageOptions

IImportResolvePackageOptions interface

Options for Import.resolvePackage()

Signature:

export interface IImportResolvePackageOptions extends IImportResolveOptions 

Extends: IImportResolveOptions

Properties

Property

Modifiers

Type

Description

packageName

string

The package name to resolve. For example "<></>@<></>rushstack/node-core-library"

useNodeJSResolver?

boolean

(Optional) If true, then the module path will be resolved using Node.js's built-in resolution algorithm.