Skip to content

Function: defineConfig()

ts
function defineConfig<T>(options): T;

Defined in: src/config.ts:6

Defines the configuration for tsdown.

Type Parameters

T

T extends | UserConfig | UserConfigFn

Parameters

options

T

Returns

T

Released under the MIT License.