typescript
typescript copied to clipboard
Errors output
I believe this is more of a feature request than an issue itself. I've just added this package to a meteor project. However, I'm used to typescript compilers outputting errors to chrome console and stopping compilation.
None of these happens now in meteor.
I can see that compiler errors are output to terminal, but when I'm developing front-end I'm rarely watching that and, since compiler carries on anyway, I don't get to see there are errors in my types.
Is this expected behaviour?
Well, this is not expected behavior, but would be a nice feature to have. I maintain this project in spare time so if I have time in the near future I'll take a look