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 a3a6cd4 commit 3c34aabCopy full SHA for 3c34aab
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -2801,6 +2801,7 @@ declare namespace ts {
2801
readonly includeInlayFunctionLikeReturnTypeHints?: boolean;
2802
readonly includeInlayEnumMemberValueHints?: boolean;
2803
readonly autoImportFileExcludePatterns?: string[];
2804
+ readonly organizeImportsIgnoreCase?: "auto" | boolean;
2805
/**
2806
* Indicates whether {@link ReferencesResponseItem.lineText} is supported.
2807
*/
0 commit comments