Home > @rushstack/heft-config-file > PathResolutionMethod > NodeResolve
PathResolutionMethod.NodeResolve type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Warning: This API is now obsolete.
Use PathResolutionMethod.nodeResolve instead
Treat the property as a NodeJS-style require/import reference and resolve using standard NodeJS filesystem resolution
Signature:
type NodeResolve = typeof PathResolutionMethod.NodeResolve;