Closed
Description
This is a breaking change in v3. Trying to run eslint with eslint-import-resolver-typescript@3+
yields multiple
error Resolve error: File '@equisoft/typescript-config/tsconfig.standards.json' not found.
4:15 error Unable to resolve path to module './some-module
Reproduction branch : https://github.com/kronostechnologies/tax-ca/tree/get-tsconfig-issue
Steps :
yarn install
yarn eslint
I believe the issue is caused by the change from tsconfig-paths to get-tsconfig (privatenumber/get-tsconfig#26)