Skip to content

config

Get the configuration file for this repository.

Signature

ts
class Repository {
  config(): Config;
}

Returns

  • Config

    If a configuration file has not been set, the default config set for the
    repository will be returned, including global and system configurations
    (if they are available).

Released under the MIT License.