Skip to content

Commit ace9d3e

Browse files
committed
Merge branch 'jsModuleSearchDepth' of https://github.com/Microsoft/TypeScript into jsModuleSearchDepth
2 parents cfcf7b5 + 89b59e2 commit ace9d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,7 @@ namespace ts {
26832683
* - don't use tripleslash references
26842684
*/
26852685
isExternalLibraryImport?: boolean;
2686+
isJsFileFromNodeSearch?: boolean;
26862687
}
26872688

26882689
export interface ResolvedModuleWithFailedLookupLocations {

0 commit comments

Comments
 (0)