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
I don't think it's really possible. Plugins are only for the language server to show errors inside the IDE's and we don't have really a way to make tsc to show fails on the files with strict errors. Do you have any idea how could we do this?
That's sad :( Maybe a wrapper on top of tsc that runs tsc and tsc-strics in parallel and then at the end combine both reports into one? So that we run just one command, and have one output that we need to follow?
Make
tsc --project ./tsconfig.json
show fails (if your plugin is added) without the need to use "yarn tsc-strics".Having separate CLI to show errors for strict files creates many problems.
The text was updated successfully, but these errors were encountered: