Skip to content

API Reference / @gtkx/config / index / Config

Type Alias: Config

Config = z.infer<typeof configSchema>

Defined in: config.d.ts:29

User-facing configuration for a GTKX project, as authored in gtkx.config.ts: the GIR libraries to bind and where to find them, the GApplication id, per-element configuration, the React Compiler, codegen, and user event signal settings, the agents and mcp blocks controlling what coding agents are given, the future block opting into behavior that becomes the default in the next major version, and the deprecations block silencing the warnings about flags left unset.

Released under the MPL-2.0 License.