Skip to content

Commit

Permalink
fix: jitiOptions is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 6, 2022
1 parent 7365a9c commit 457a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader.ts
Expand Up @@ -42,7 +42,7 @@ export interface LoadConfigOptions<T extends InputConfig=InputConfig> {
resolve?: (id: string, opts: LoadConfigOptions) => null | ResolvedConfig | Promise<ResolvedConfig | null>

jiti?: JITI
jitiOptions: JITIOptions,
jitiOptions?: JITIOptions,

extend?: false | {
extendKey?: string | string[]
Expand Down

0 comments on commit 457a045

Please sign in to comment.