Using [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/parser#parseroptionsproject) is recommended to set `project` in `parserOptions`. We also need to add the `project` in `import/resolver-> typescript` when using _eslint-import-resolver-typescript_. Can we omit the first `project` or do we need both even though they are almost the same? Thanks!