File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ namespace ts {
746746 for ( const containingFilePath of Debug . assertDefined ( resolution . files ) ) {
747747 ( filesWithInvalidatedResolutions || ( filesWithInvalidatedResolutions = new Set ( ) ) ) . add ( containingFilePath ) ;
748748 // When its a file with inferred types resolution, invalidate type reference directive resolution
749- hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || containingFilePath . endsWith ( inferredTypesContainingFile ) ;
749+ hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || endsWith ( containingFilePath , inferredTypesContainingFile ) ;
750750 }
751751 }
752752 return invalidated ;
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../tsconfig-base" ,
33 "compilerOptions" : {
4- "outFile" : " ../../built/local/compiler.js"
4+ "outFile" : " ../../built/local/compiler.js" ,
5+ "types" : [" node" ]
56 },
67
78 "references" : [
You can’t perform that action at this time.
0 commit comments