Home > @rushstack/heft-config-file > IOnConfigurationFileNotFoundCallback
IOnConfigurationFileNotFoundCallback 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.
Callback that returns a fallback configuration file path if the original configuration file was not found.
Signature:
export type IOnConfigurationFileNotFoundCallback = (resolvedConfigurationFilePathForLogging: string) => string | undefined;