Skip to content

Function: mergeConfig()

Call Signature

ts
function mergeConfig(defaults, ...overrides): UserConfig

Defined in: src/config/options.ts:394

Parameters

defaults

UserConfig

overrides

...UserConfig[]

Returns

UserConfig

Call Signature

ts
function mergeConfig(defaults, ...overrides): InlineConfig

Defined in: src/config/options.ts:398

Parameters

defaults

InlineConfig

overrides

...InlineConfig[]

Returns

InlineConfig

Released under the MIT License.