You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
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.