index
Interfaces
BaetaOptions
Properties
Property | Type | Description |
---|---|---|
|
Configuration for the GraphQL code generator. | |
|
Configuration for the TypeScript compiler. It uses esbuild under the hood and creates an optimized bundle. | |
|
Plugins to extend Baeta's functionality. |
Type Aliases
Plugin
Plugin:
GeneratorPluginV1
Represents a Baeta plugin.
Plugins
Collection of Baeta plugins.
Functions
defineConfig()
defineConfig(
config
):object
Helper function to define a type-safe Baeta configuration.
Parameters
Parameter | Type |
---|---|
|
Returns
object
Name | Type |
---|---|
config | BaetaOptions |