Home > @lynx-js/rspeedy > defineConfig
The defineConfig
method is a helper function used to get TypeScript intellisense.
Signature:
Parameter | Type | Description |
---|---|---|
config | Promise<Config> | The promise that resolves to a config of Rspeedy. |
Returns:
Promise<Config>
Use defineConfig
in lynx.config.ts
: