Skip to content

Interface: FileBindOptions

Defined in: packages/config-bound/src/bind/binds/file.ts:27

Options for creating a FileBind instance.

Properties

PropertyTypeDescriptionDefined in
filePathstringPath to the configuration file. Resolved to absolute via path.resolve().packages/config-bound/src/bind/binds/file.ts:29
format?FileFormatExplicit format override. When omitted, format is detected from the file extension.packages/config-bound/src/bind/binds/file.ts:31
rootKey?stringDot-separated path to scope into a subtree of the parsed file.packages/config-bound/src/bind/binds/file.ts:33