Skip to content

API Reference / @gtkx/config / index / Config

Type Alias: Config

Config = z.infer<typeof configSchema>

Defined in: config.d.ts:24

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, and the agents and mcp blocks controlling what coding agents are given.

Released under the MPL-2.0 License.