Home > @rushstack/node-core-library > IRealNodeModulePathResolverOptions
IRealNodeModulePathResolverOptions interface
Arguments used to create a function that resolves symlinked node_modules in a path
Signature:
export interface IRealNodeModulePathResolverOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Partial<Pick<typeof nodeFs, 'lstatSync' | 'readlinkSync'>> | (Optional) | ||
boolean | (Optional) If set to true, the resolver will not throw if part of the path does not exist. | ||
Partial<Pick<typeof nodePath, 'isAbsolute' | 'join' | 'resolve' | 'sep'>> | (Optional) |