Documentation mentions that all tsc flags are supported by tsc-strict. But when I try to run tsc-strict with --watch I get the command stuck on ⠏ Looking for strict files....
Running the command in non watch mode works correctly. And the IDE also show errors correctly.
Any ideas if that is some sort of limitation of tsc-strict command?
I'm using typescript-strict-plugin@2.4.4 and typescript@5.4.5