Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
It's unclear from the documentation whethertsconfigRootDir
is still needed when using the newprojectService
. Based onthis announcement, it seems liketsconfigRootDir
is still needed, butthe docs for the setting indicate that it is only used with the paths indicated withproject
.
Affected URL(s)
https://typescript-eslint.io/packages/parser
Additional Info
I'm updating a repo to useprojectService
. We currently setproject: './src/tsconfig.json'
, and given that the docs say thatprojectService: true
is equivalent toproject: true
, I'm unsure of what the respective setting would be withprojectService
.