Skip to content

vixt / core / LoadVixtConfigOptions

LoadVixtConfigOptions

Extends

Properties

configFile?

optional configFile?: string

Inherited from

LoadConfigOptions.configFile


configFileRequired?

optional configFileRequired?: boolean

Inherited from

LoadConfigOptions.configFileRequired


context?

optional context?: ConfigFunctionContext

Context passed to config functions

Inherited from

LoadConfigOptions.context


cwd?

optional cwd?: string

Inherited from

LoadConfigOptions.cwd


defaultConfig?

optional defaultConfig?: ResolvableConfig<VixtOptions>

Inherited from

LoadConfigOptions.defaultConfig


defaults?

optional defaults?: VixtOptions

Inherited from

LoadConfigOptions.defaults


dotenv?

optional dotenv?: boolean | DotenvOptions

Inherited from

LoadConfigOptions.dotenv


envName?

optional envName?: string | false

Inherited from

LoadConfigOptions.envName


extend?

optional extend?: false | { extendKey?: string | string[]; }

Inherited from

LoadConfigOptions.extend


giget?

optional giget?: false | DownloadTemplateOptions

Inherited from

LoadConfigOptions.giget


globalRc?

optional globalRc?: boolean

Inherited from

LoadConfigOptions.globalRc


jiti?

optional jiti?: Jiti

Inherited from

LoadConfigOptions.jiti


jitiOptions?

optional jitiOptions?: JitiOptions

Inherited from

LoadConfigOptions.jitiOptions


merger?

optional merger?: (...sources) => VixtOptions

Parameters

sources

...(VixtOptions | null | undefined)[]

Returns

VixtOptions

Inherited from

LoadConfigOptions.merger


name?

optional name?: string

Inherited from

LoadConfigOptions.name


omit$Keys?

optional omit$Keys?: boolean

Inherited from

LoadConfigOptions.omit$Keys


overrides?

optional overrides?: ResolvableConfig<VixtOptions>

Inherited from

LoadConfigOptions.overrides


packageJson?

optional packageJson?: string | boolean | string[]

Inherited from

LoadConfigOptions.packageJson


rcFile?

optional rcFile?: string | false

Inherited from

LoadConfigOptions.rcFile


resolve?

optional resolve?: (id, options) => ResolvedConfig<VixtOptions, VixtConfigLayerMeta> | Promise<ResolvedConfig<VixtOptions, VixtConfigLayerMeta> | null | undefined> | null | undefined

Parameters

id

string

options

LoadConfigOptions<VixtOptions, VixtConfigLayerMeta>

Returns

ResolvedConfig<VixtOptions, VixtConfigLayerMeta> | Promise<ResolvedConfig<VixtOptions, VixtConfigLayerMeta> | null | undefined> | null | undefined

Inherited from

LoadConfigOptions.resolve