We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc6075 commit 807d68aCopy full SHA for 807d68a
src/loader/loader.ts
@@ -14,7 +14,7 @@ export interface LoaderOptions {
14
15
export async function loadSchema(
16
entryPath: string,
17
- options: LoaderOptions
+ options: LoaderOptions = {}
18
): Promise<Schema> {
19
const _jitiRequire = jiti(
20
process.cwd(),
0 commit comments