I have a project (repo link) that has two separate tsconfig files in non-root folders. When I open this project in VScode, the linter gives this error in every TS file:
Parsing error: File '/project-root/tsconfig.json' not found.
That path indeed does not link to an existing file, since it should look in a specific subdirectory of project-root .
Whenever I open one of the subfolders, the error goes away and the plugin functions as expected.
Possibly related to #691
I have a project (repo link) that has two separate tsconfig files in non-root folders. When I open this project in VScode, the linter gives this error in every TS file:
That path indeed does not link to an existing file, since it should look in a specific subdirectory of
project-root.Whenever I open one of the subfolders, the error goes away and the plugin functions as expected.
Possibly related to #691