| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IImportResolvePackageOptions
Options for Import.resolvePackage()
Signature:
export interface IImportResolvePackageOptions extends IImportResolveOptions Extends: IImportResolveOptions
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
The package name to resolve. For example "<></>@<></>rushstack/node-core-library" | ||
|
boolean |
(Optional) If true, then the module path will be resolved using Node.js's built-in resolution algorithm. |