I have many tsconfig.json files in my project, for different parts of the monorepo; but just one root configuration of ESLint at the root that lints them all, and uses the projectService from Typescript ESLint to figure out what tsconfigs to use.
Does this support that pattern somehow? Thanks!