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 {
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 ;
You can’t perform that action at this time.
0 commit comments