Skip to content

Commit 8d35175

Browse files
carlocorradiniJounQin
authored andcommitted
fix: cwd while resolving tsconfig include
1 parent ca140a5 commit 8d35175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ function initMappers(options: InternalResolverOptions) {
464464
...defaultIgnore,
465465
],
466466
absolute: true,
467+
cwd: path.dirname(tsconfigResult.path),
467468
})
468469
: []),
469470
]

0 commit comments

Comments
 (0)