API Reference / @gtkx/config / LoadedConfig
Type Alias: LoadedConfig
LoadedConfig =
object
Defined in: loader.d.ts:7
Result of loading a gtkx.config.ts file: the parsed configuration, the resolved config file path (undefined when none was found), and the project root it was loaded from.
Properties
config
config:
Config
Defined in: loader.d.ts:8
configFile
configFile:
string|undefined
Defined in: loader.d.ts:9
root
root:
string
Defined in: loader.d.ts:10