Skip to content

Commit 964dfa6

Browse files
committed
Merge branch 'master' into release-2.3
2 parents d6c981b + 8534b43 commit 964dfa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/server/protocol.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,15 +2277,19 @@ namespace ts.server.protocol {
22772277
allowSyntheticDefaultImports?: boolean;
22782278
allowUnreachableCode?: boolean;
22792279
allowUnusedLabels?: boolean;
2280+
alwaysStrict?: boolean;
22802281
baseUrl?: string;
22812282
charset?: string;
2283+
checkJs?: boolean;
22822284
declaration?: boolean;
22832285
declarationDir?: string;
22842286
disableSizeLimit?: boolean;
2287+
downlevelIteration?: boolean;
22852288
emitBOM?: boolean;
22862289
emitDecoratorMetadata?: boolean;
22872290
experimentalDecorators?: boolean;
22882291
forceConsistentCasingInFileNames?: boolean;
2292+
importHelpers?: boolean;
22892293
inlineSourceMap?: boolean;
22902294
inlineSources?: boolean;
22912295
isolatedModules?: boolean;
@@ -2325,6 +2329,7 @@ namespace ts.server.protocol {
23252329
skipDefaultLibCheck?: boolean;
23262330
sourceMap?: boolean;
23272331
sourceRoot?: string;
2332+
strict?: boolean;
23282333
strictNullChecks?: boolean;
23292334
suppressExcessPropertyErrors?: boolean;
23302335
suppressImplicitAnyIndexErrors?: boolean;

0 commit comments

Comments
 (0)