You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eslint-import-resolver-typescript's baseUrl and paths support is powered by get-tsconfig. I will bump the version of get-tsconfig ASAP once it is implemented and released.
Hi,
I'm just setting up a new monorepo project based on TS 5.5. It seems
eslint-import-resolver-typescript
does not support its new syntax.// This tsconfig.json works
// This tsconfig.json does not work
Specifically in
// MyComponent.tsx
Throws:
Using version "eslint-import-resolver-typescript": "^3.6.1".
It also seems this package does not support paths without baseUrl (introduced in TS 4.1)
Is it possible truth? Do you plan to add? May I help somehow?
Thanks!
The text was updated successfully, but these errors were encountered: