I'm having trouble with ESLint in my TypeScript project. For some reason, ESLint is flagging my imports as "unable to resolve". I've already set up the tsconfig.json correctly (as far as I know) and ESLint is configured using .eslintrc.json.
Does anyone have suggestions on what might be causing this issue or how to fix it?
Unable to resolve path to module './myModule' import/no-unresolved