Skip to content

Function: mergeConfig()

Call Signature

ts
function mergeConfig(defaults, overrides): UserConfig

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

Parameters

defaults

UserConfig

overrides

UserConfig

Returns

UserConfig

Call Signature

ts
function mergeConfig(defaults, overrides): InlineConfig

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

Parameters

defaults

InlineConfig

overrides

InlineConfig

Returns

InlineConfig

Released under the MIT License.