Home > @rushstack/heft-config-file > PathResolutionMethod
PathResolutionMethod enum
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare enum PathResolutionMethod
Enumeration Members
| Member | Value | Description |
|---|---|---|
| custom | "custom" | (BETA) Resolve the property using a custom resolver. |
| nodeResolve | "nodeResolve" | (BETA) Treat the property as a NodeJS-style require/import reference and resolve using standard NodeJS filesystem resolution |
| NodeResolve | "NodeResolve" | (BETA) Treat the property as a NodeJS-style require/import reference and resolve using standard NodeJS filesystem resolution |
| resolvePathRelativeToConfigurationFile | "resolvePathRelativeToConfigurationFile" | (BETA) Resolve a path relative to the configuration file |
| resolvePathRelativeToProjectRoot | "resolvePathRelativeToProjectRoot" | (BETA) Resolve a path relative to the root of the project containing the configuration file |