Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 837 Bytes

File metadata and controls

24 lines (16 loc) · 837 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

IImportResolvePackageOptions.useNodeJSResolver property

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

Signature:

useNodeJSResolver?: boolean;

Remarks

This allows reusing Node's built-in resolver cache. This implies allowSelfReference: true<></>. The passed getRealPath will only be used on baseFolderPath<></>.