Skip to content

Commit 93ef973

Browse files
committed
make parserOptions optional
1 parent b9961ab commit 93ef973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config/parseUserConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function parseUserConfig({
3636
}: {
3737
args: string[];
3838
overrides?: z4.ZodRawShape;
39-
parserOptions: ParserOptions;
39+
parserOptions?: ParserOptions;
4040
}): {
4141
warnings: string[];
4242
parsed: UserConfig | undefined;

0 commit comments

Comments
 (0)