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 e1f22ac commit 7e515afCopy full SHA for 7e515af
src/server/protocol.ts
@@ -2682,6 +2682,7 @@ namespace ts.server.protocol {
2682
*/
2683
readonly includeCompletionsWithInsertText?: boolean;
2684
readonly importModuleSpecifierPreference?: "relative" | "non-relative";
2685
+ readonly allowTextChangesInNewFiles?: boolean;
2686
}
2687
2688
export interface CompilerOptions {
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -7579,6 +7579,7 @@ declare namespace ts.server.protocol {
7579
7580
7581
7582
7583
7584
interface CompilerOptions {
7585
allowJs?: boolean;
0 commit comments