Skip to content

Commit 58b787f

Browse files
committed
Update
1 parent 5255e9c commit 58b787f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ function initMappers(options: InternalResolverOptions) {
438438
return list
439439
}
440440

441+
processedPaths.add(tsconfigResult.path)
442+
441443
if (tsconfigResult.config.references) {
442444
const references = tsconfigResult.config.references
443445
.map(ref => path.resolve(path.dirname(tsconfigResult.path), ref.path))

0 commit comments

Comments
 (0)