Skip to content

Function: mergeConfig()

Call Signature

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

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

Parameters

defaults

UserConfig

overrides

...UserConfig[]

Returns

UserConfig

Call Signature

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

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

Parameters

defaults

InlineConfig

overrides

...InlineConfig[]

Returns

InlineConfig

Released under the MIT License.