@kosko/configFunctionsloadConfigpublicloadConfig CallableloadConfig(path: string): Promise<Config>Parses and validates a config file from the specified path.Parameterspath: stringPath of the config file.Returns Promise<Config>
Parses and validates a config file from the specified path.