File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2277,15 +2277,19 @@ namespace ts.server.protocol {
2277
2277
allowSyntheticDefaultImports ?: boolean ;
2278
2278
allowUnreachableCode ?: boolean ;
2279
2279
allowUnusedLabels ?: boolean ;
2280
+ alwaysStrict ?: boolean ;
2280
2281
baseUrl ?: string ;
2281
2282
charset ?: string ;
2283
+ checkJs ?: boolean ;
2282
2284
declaration ?: boolean ;
2283
2285
declarationDir ?: string ;
2284
2286
disableSizeLimit ?: boolean ;
2287
+ downlevelIteration ?: boolean ;
2285
2288
emitBOM ?: boolean ;
2286
2289
emitDecoratorMetadata ?: boolean ;
2287
2290
experimentalDecorators ?: boolean ;
2288
2291
forceConsistentCasingInFileNames ?: boolean ;
2292
+ importHelpers ?: boolean ;
2289
2293
inlineSourceMap ?: boolean ;
2290
2294
inlineSources ?: boolean ;
2291
2295
isolatedModules ?: boolean ;
@@ -2325,6 +2329,7 @@ namespace ts.server.protocol {
2325
2329
skipDefaultLibCheck ?: boolean ;
2326
2330
sourceMap ?: boolean ;
2327
2331
sourceRoot ?: string ;
2332
+ strict ?: boolean ;
2328
2333
strictNullChecks ?: boolean ;
2329
2334
suppressExcessPropertyErrors ?: boolean ;
2330
2335
suppressImplicitAnyIndexErrors ?: boolean ;
You can’t perform that action at this time.
0 commit comments