Skip to content

Commit 54b5635

Browse files
committed
Update LKG
1 parent 964dfa6 commit 54b5635

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

lib/protocol.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,15 +1791,19 @@ declare namespace ts.server.protocol {
17911791
allowSyntheticDefaultImports?: boolean;
17921792
allowUnreachableCode?: boolean;
17931793
allowUnusedLabels?: boolean;
1794+
alwaysStrict?: boolean;
17941795
baseUrl?: string;
17951796
charset?: string;
1797+
checkJs?: boolean;
17961798
declaration?: boolean;
17971799
declarationDir?: string;
17981800
disableSizeLimit?: boolean;
1801+
downlevelIteration?: boolean;
17991802
emitBOM?: boolean;
18001803
emitDecoratorMetadata?: boolean;
18011804
experimentalDecorators?: boolean;
18021805
forceConsistentCasingInFileNames?: boolean;
1806+
importHelpers?: boolean;
18031807
inlineSourceMap?: boolean;
18041808
inlineSources?: boolean;
18051809
isolatedModules?: boolean;
@@ -1839,6 +1843,7 @@ declare namespace ts.server.protocol {
18391843
skipDefaultLibCheck?: boolean;
18401844
sourceMap?: boolean;
18411845
sourceRoot?: string;
1846+
strict?: boolean;
18421847
strictNullChecks?: boolean;
18431848
suppressExcessPropertyErrors?: boolean;
18441849
suppressImplicitAnyIndexErrors?: boolean;

lib/tsserverlibrary.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,15 +4295,19 @@ declare namespace ts.server.protocol {
42954295
allowSyntheticDefaultImports?: boolean;
42964296
allowUnreachableCode?: boolean;
42974297
allowUnusedLabels?: boolean;
4298+
alwaysStrict?: boolean;
42984299
baseUrl?: string;
42994300
charset?: string;
4301+
checkJs?: boolean;
43004302
declaration?: boolean;
43014303
declarationDir?: string;
43024304
disableSizeLimit?: boolean;
4305+
downlevelIteration?: boolean;
43034306
emitBOM?: boolean;
43044307
emitDecoratorMetadata?: boolean;
43054308
experimentalDecorators?: boolean;
43064309
forceConsistentCasingInFileNames?: boolean;
4310+
importHelpers?: boolean;
43074311
inlineSourceMap?: boolean;
43084312
inlineSources?: boolean;
43094313
isolatedModules?: boolean;
@@ -4343,6 +4347,7 @@ declare namespace ts.server.protocol {
43434347
skipDefaultLibCheck?: boolean;
43444348
sourceMap?: boolean;
43454349
sourceRoot?: string;
4350+
strict?: boolean;
43464351
strictNullChecks?: boolean;
43474352
suppressExcessPropertyErrors?: boolean;
43484353
suppressImplicitAnyIndexErrors?: boolean;

0 commit comments

Comments
 (0)