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" |