File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1791,15 +1791,19 @@ declare namespace ts.server.protocol {
1791
1791
allowSyntheticDefaultImports ?: boolean ;
1792
1792
allowUnreachableCode ?: boolean ;
1793
1793
allowUnusedLabels ?: boolean ;
1794
+ alwaysStrict ?: boolean ;
1794
1795
baseUrl ?: string ;
1795
1796
charset ?: string ;
1797
+ checkJs ?: boolean ;
1796
1798
declaration ?: boolean ;
1797
1799
declarationDir ?: string ;
1798
1800
disableSizeLimit ?: boolean ;
1801
+ downlevelIteration ?: boolean ;
1799
1802
emitBOM ?: boolean ;
1800
1803
emitDecoratorMetadata ?: boolean ;
1801
1804
experimentalDecorators ?: boolean ;
1802
1805
forceConsistentCasingInFileNames ?: boolean ;
1806
+ importHelpers ?: boolean ;
1803
1807
inlineSourceMap ?: boolean ;
1804
1808
inlineSources ?: boolean ;
1805
1809
isolatedModules ?: boolean ;
@@ -1839,6 +1843,7 @@ declare namespace ts.server.protocol {
1839
1843
skipDefaultLibCheck ?: boolean ;
1840
1844
sourceMap ?: boolean ;
1841
1845
sourceRoot ?: string ;
1846
+ strict ?: boolean ;
1842
1847
strictNullChecks ?: boolean ;
1843
1848
suppressExcessPropertyErrors ?: boolean ;
1844
1849
suppressImplicitAnyIndexErrors ?: boolean ;
Original file line number Diff line number Diff line change @@ -4295,15 +4295,19 @@ declare namespace ts.server.protocol {
4295
4295
allowSyntheticDefaultImports ?: boolean ;
4296
4296
allowUnreachableCode ?: boolean ;
4297
4297
allowUnusedLabels ?: boolean ;
4298
+ alwaysStrict ?: boolean ;
4298
4299
baseUrl ?: string ;
4299
4300
charset ?: string ;
4301
+ checkJs ?: boolean ;
4300
4302
declaration ?: boolean ;
4301
4303
declarationDir ?: string ;
4302
4304
disableSizeLimit ?: boolean ;
4305
+ downlevelIteration ?: boolean ;
4303
4306
emitBOM ?: boolean ;
4304
4307
emitDecoratorMetadata ?: boolean ;
4305
4308
experimentalDecorators ?: boolean ;
4306
4309
forceConsistentCasingInFileNames ?: boolean ;
4310
+ importHelpers ?: boolean ;
4307
4311
inlineSourceMap ?: boolean ;
4308
4312
inlineSources ?: boolean ;
4309
4313
isolatedModules ?: boolean ;
@@ -4343,6 +4347,7 @@ declare namespace ts.server.protocol {
4343
4347
skipDefaultLibCheck ?: boolean ;
4344
4348
sourceMap ?: boolean ;
4345
4349
sourceRoot ?: string ;
4350
+ strict ?: boolean ;
4346
4351
strictNullChecks ?: boolean ;
4347
4352
suppressExcessPropertyErrors ?: boolean ;
4348
4353
suppressImplicitAnyIndexErrors ?: boolean ;
You can’t perform that action at this time.
0 commit comments