@kosko/configFunctionssearchConfigpublicsearchConfig CallablesearchConfig(path?: string): Promise<Config>Searches config files in the given directory. Returns an empty object when config files does not exist in the directory.Parameterspath: string = ...Path to the working directory. Default to current working directory (CWD).Returns Promise<Config>
Searches config files in the given directory. Returns an empty object when config files does not exist in the directory.