When generating a typescript app with the latest ember-cli, the dependency "@types/eslint__js": "^8.42.3", is included, which is deprecated because eslint provides it's own type definitions. I think this dependency can just be removed? If I do that in my newly generated app the typescript check still passes.
Steps to recreate:
npx ember-cli@latest new test-app --typescript --pnpm