Skip to content

Type Alias: NormalizedUserConfig

ts
type NormalizedUserConfig = Exclude<UserConfig, any[]>

Defined in: src/options/types.ts:459

Released under the MIT License.