import-js/eslint-import-resolver-typescript

Support for `project: true` or `useProjectService: true` ?

Open

#282 opened on May 1, 2024

 (23 comments) (17 reactions) (0 assignees)TypeScript (73 forks)github user discovery
PR welcomehelp wanted

Repository metrics

Stars
 (825 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi! I'm wondering if the resolver currently or plans on supporting project: true like https://typescript-eslint.io/packages/parser/#project ?

As well as plans to support useProjectService once out of experimental phase (currently experimental as EXPERIMENTAL_useProjectService https://typescript-eslint.io/packages/parser/#experimental_useprojectservice ) which solves a few more issues (including performance) with finding the tsconfig.

Contributor guide