Open
Description
Suggestion
Different from any other tsconfig
in the repo, packages/scope-manager/tsconfig.json
=> include
is an empty array.
This means that when running npx tsc -w --project packages/scope-manager
, it always reports zero errors — not even syntax errors — in packages/scope-manager
.
This was originally introduced in #4788.
Zooming out a little bit, should we do an analysis to bring all of our tsconfig
s in sync with each other? This is the most blatant example, but there are many small differences between our various tsconfig
s, which should probably be investigated.
Additional Info
No response
Metadata
Metadata
Assignees
Labels
things to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docsA member of the typescript-eslint team should work on this.A member of the typescript-eslint team should work on this.