File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extensions/typescript-language-features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 686686 },
687687 "js/ts.implicitProjectConfig.checkJs" : {
688688 "type" : " boolean" ,
689- "default" : false ,
689+ "default" : true ,
690690 "markdownDescription" : " %configuration.implicitProjectConfig.checkJs%" ,
691691 "scope" : " window"
692692 },
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export class ImplicitProjectConfiguration {
8282
8383 private static readCheckJs ( configuration : vscode . WorkspaceConfiguration ) : boolean {
8484 return configuration . get < boolean > ( 'js/ts.implicitProjectConfig.checkJs' )
85- ?? configuration . get < boolean > ( 'javascript.implicitProjectConfig.checkJs' , false ) ;
85+ ?? configuration . get < boolean > ( 'javascript.implicitProjectConfig.checkJs' , true ) ;
8686 }
8787
8888 private static readExperimentalDecorators ( configuration : vscode . WorkspaceConfiguration ) : boolean {
You can’t perform that action at this time.
0 commit comments