vixt / core / LoadVixtConfigOptions
LoadVixtConfigOptions
Extends
LoadConfigOptions<VixtOptions,VixtConfigLayerMeta>
Properties
configFile?
optionalconfigFile?:string
Inherited from
LoadConfigOptions.configFile
configFileRequired?
optionalconfigFileRequired?:boolean
Inherited from
LoadConfigOptions.configFileRequired
context?
optionalcontext?:ConfigFunctionContext
Context passed to config functions
Inherited from
LoadConfigOptions.context
cwd?
optionalcwd?:string
Inherited from
LoadConfigOptions.cwd
defaultConfig?
optionaldefaultConfig?:ResolvableConfig<VixtOptions>
Inherited from
LoadConfigOptions.defaultConfig
defaults?
optionaldefaults?:VixtOptions
Inherited from
LoadConfigOptions.defaults
dotenv?
optionaldotenv?:boolean|DotenvOptions
Inherited from
LoadConfigOptions.dotenv
envName?
optionalenvName?:string|false
Inherited from
LoadConfigOptions.envName
extend?
optionalextend?:false| {extendKey?:string|string[]; }
Inherited from
LoadConfigOptions.extend
giget?
optionalgiget?:false|DownloadTemplateOptions
Inherited from
LoadConfigOptions.giget
globalRc?
optionalglobalRc?:boolean
Inherited from
LoadConfigOptions.globalRc
jiti?
optionaljiti?:Jiti
Inherited from
LoadConfigOptions.jiti
jitiOptions?
optionaljitiOptions?:JitiOptions
Inherited from
LoadConfigOptions.jitiOptions
merger?
optionalmerger?: (...sources) =>VixtOptions
Parameters
sources
...(VixtOptions | null | undefined)[]
Returns
Inherited from
LoadConfigOptions.merger
name?
optionalname?:string
Inherited from
LoadConfigOptions.name
omit$Keys?
optionalomit$Keys?:boolean
Inherited from
LoadConfigOptions.omit$Keys
overrides?
optionaloverrides?:ResolvableConfig<VixtOptions>
Inherited from
LoadConfigOptions.overrides
packageJson?
optionalpackageJson?:string|boolean|string[]
Inherited from
LoadConfigOptions.packageJson
rcFile?
optionalrcFile?:string|false
Inherited from
LoadConfigOptions.rcFile
resolve?
optionalresolve?: (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