We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca140a5 commit 0c6303dCopy full SHA for 0c6303d
.changeset/brave-pets-act.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-import-resolver-typescript': patch
3
4
+
5
+Set cwd while resolving tsconfig include
src/index.ts
@@ -464,6 +464,7 @@ function initMappers(options: InternalResolverOptions) {
464
...defaultIgnore,
465
],
466
absolute: true,
467
+ cwd: path.dirname(tsconfigResult.path),
468
})
469
: []),
470
]
0 commit comments