Skip to content

Commit 6e984eb

Browse files
committed
new options should be optional for compatibility
1 parent cbfbfe1 commit 6e984eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ namespace ts {
12671267
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
12681268
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: boolean;
12691269
InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: boolean;
1270-
InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces: boolean;
1270+
InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces?: boolean;
12711271
PlaceOpenBraceOnNewLineForFunctions: boolean;
12721272
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
12731273
[s: string]: boolean | number | string | undefined;

0 commit comments

Comments
 (0)