This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Ability to control a project scope #364
Open
Description
I've received several similar issues about how to control project scope.
It looks like that people want to typecheck only files directly included by an entry point. My opinion is that the loader should output the same errors as in direct tsc
call.
I decided to conduct a small survey about the preferred default behavior:
-
Align with TypeScript and IDEs, check errors in files, specified by
tsconfig.json
and included from a resolution graph. -
Don't align with TypeScript and IDEs, check errors in files from a resolution graph only. Ignore files from
tsconfig.json
Please answer in comments and elaborate your position.
Metadata
Metadata
Assignees
Labels
No labels