Skip to content

Commit

Permalink
fix incorrect config schema in Docs (`TypeSpecProjectSchema.output-di…
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt authored Nov 6, 2024
1 parent ad3a7a1 commit 163912b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ model TypeSpecProjectSchema {
parameters?: Record<{default: string}>
"environment-variables"?: Record<{default: string}>
"warn-as-error"?: boolean;
"output-dir"?: boolean;
"output-dir"?: string;
"trace"?: string | string[];
imports?: string;
emit?: string[];
Expand Down

0 comments on commit 163912b

Please sign in to comment.