Skip to content

Function: mergeConfig()

Call Signature

ts
function mergeConfig(defaults, overrides): UserConfig

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

Parameters

defaults

UserConfig

overrides

UserConfig

Returns

UserConfig

Call Signature

ts
function mergeConfig(defaults, overrides): InlineConfig

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

Parameters

defaults

InlineConfig

overrides

InlineConfig

Returns

InlineConfig

Released under the MIT License.