in lib/utils/config-loaders.ts [22:24]
export function loadConfig(configFilePath: string): any { return loadConfigFromFile(configFilePath); }