Skip to content

ConfigSettingsDefinition ​

Input shape for CLISchema.configSettings, accepted by createCLISchema.

Mirrors ConfigSettings with loaders optional.

Signatures ​

ts
interface ConfigSettingsDefinition {}

Members ​

Properties ​

appName ​

Application name used to build config search paths.

ts
appName: string;

loaders ​

Additional format loaders beyond the built-in JSON loader.

ts
loaders?: readonly FormatLoader[];

See Also ​

Released under the MIT License.