Skip to content

API Reference / @gtkx/config / Config

Type Alias: Config

Config = z.infer<typeof configSchema>

Defined in: config.d.ts:63

User-facing configuration for a GTKX project, as authored in gtkx.config.ts: the GIR libraries to bind, extra .gir search paths, the GApplication id, custom element prop mappings, and the React Compiler and codegen settings.

Released under the MPL-2.0 License.