| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IImportResolvePackageOptions > useNodeJSResolver
If true, then the module path will be resolved using Node.js's built-in resolution algorithm.
Signature:
useNodeJSResolver?: boolean;This allows reusing Node's built-in resolver cache. This implies allowSelfReference: true<></>. The passed getRealPath will only be used on baseFolderPath<></>.