Skip to content

Commit 3c34aab

Browse files
committed
Update API baseline
1 parent a3a6cd4 commit 3c34aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,6 +2801,7 @@ declare namespace ts {
28012801
readonly includeInlayFunctionLikeReturnTypeHints?: boolean;
28022802
readonly includeInlayEnumMemberValueHints?: boolean;
28032803
readonly autoImportFileExcludePatterns?: string[];
2804+
readonly organizeImportsIgnoreCase?: "auto" | boolean;
28042805
/**
28052806
* Indicates whether {@link ReferencesResponseItem.lineText} is supported.
28062807
*/

0 commit comments

Comments
 (0)