Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigOpts

Hierarchy

  • IConfigOpts

Index

Properties

Optional homeDir

homeDir: string

Directory where global config files are located. Defaults to ~/.appName.

Optional noLoad

noLoad: boolean

Do not attempt to load the config, meant for when the config is broken

Optional projectDir

projectDir: string | false

Directory where project config files are located. Defaults to working directory. Specify false to disable loading of project config files.

Optional vault

Vault object with methods for loading and saving secure credentials

Generated using TypeDoc