Interface: FileBindOptions
Defined in: packages/config-bound/src/bind/binds/file.ts:27
Options for creating a FileBind instance.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
filePath | string | Path to the configuration file. Resolved to absolute via path.resolve(). | packages/config-bound/src/bind/binds/file.ts:29 |
format? | FileFormat | Explicit format override. When omitted, format is detected from the file extension. | packages/config-bound/src/bind/binds/file.ts:31 |
rootKey? | string | Dot-separated path to scope into a subtree of the parsed file. | packages/config-bound/src/bind/binds/file.ts:33 |