Function: getConfig#

â–¸ ConstgetConfig(configGetStrategy: ConfigGetStrategyType): Promise<unknown>

Get the configuration file

example

Parameters:#

NameTypeDescription
configGetStrategyConfigGetStrategyTypeStrategy as to how to get the config file (the order of search method and file name / path)

Returns: Promise<unknown>

Configuration object

Defined in: src/getconfig.ts:153