API Reference / @gtkx/config / index / LoadedConfig
Type Alias: LoadedConfig
LoadedConfig =
object
Defined in: loader.d.ts:3
Result of loading a project's gtkx.config.ts file.
Properties
config
config:
Config
Defined in: loader.d.ts:5
The parsed and validated configuration.
configFile
configFile:
string
Defined in: loader.d.ts:7
Absolute path of the configuration file that was loaded.
root
root:
string
Defined in: loader.d.ts:9
Absolute path of the project root the configuration was resolved against.