Copy allowTextChangesInNewFiles property to protocol.ts (#24127)

This commit is contained in:
Andy
2018-05-15 12:35:08 -07:00
committed by GitHub
parent e1f22ac568
commit 7e515af240
2 changed files with 2 additions and 0 deletions

View File

@@ -2682,6 +2682,7 @@ namespace ts.server.protocol {
*/
readonly includeCompletionsWithInsertText?: boolean;
readonly importModuleSpecifierPreference?: "relative" | "non-relative";
readonly allowTextChangesInNewFiles?: boolean;
}
export interface CompilerOptions {