Home > @rushstack/heft-config-file > PathResolutionMethod
PathResolutionMethod variable
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.
The set of possible resolution methods for fields that refer to paths.
Signature:
PathResolutionMethod: {
readonly resolvePathRelativeToConfigurationFile: "resolvePathRelativeToConfigurationFile";
readonly resolvePathRelativeToProjectRoot: "resolvePathRelativeToProjectRoot";
readonly NodeResolve: "NodeResolve";
readonly nodeResolve: "nodeResolve";
readonly custom: "custom";
}