I created a reproduction for a Next.js project with support for MDX files: https://github.com/chrisweb/eslint-import-resolver-typescript_mdx_reproduction After migrating to eslint-import-resolver-typescript 3.8.x a new "import/no-unresolved" linting error started to appear It could be related to https://github.com/import-js/eslint-import-resolver-typescript/issues/363 (if there is a PR to fix 363 I will check if it also solves the problem mentioned here) I was hoping the https://github.com/import-js/eslint-import-resolver-typescript/pull/360 PR (from the https://github.com/import-js/eslint-import-resolver-typescript/issues/359 ticket) would fix the problem but it did not