- Just to confirm - is it necessary to run
tsc-strict to check strict files (without // @ts-strict-ignore comments)? Or is it possible to run it as a part of regular tsc command?
- How should it be configured in editor/IDE? I'm using Jetbrains IDEs and sometimes it shows errors in strict files, sometimes it doesn't. I often have to restart TS service to get it working. I'm wondering how does it work, if regular
tsc command doesn't include checking those files.
I think it would be beneficial to include answers to these questions in README.md.
Thank you for your work.
tsc-strictto check strict files (without// @ts-strict-ignorecomments)? Or is it possible to run it as a part of regulartsccommand?tsccommand doesn't include checking those files.I think it would be beneficial to include answers to these questions in README.md.
Thank you for your work.