typescript icon indicating copy to clipboard operation
typescript copied to clipboard

Errors output

Open cortopy opened this issue 8 years ago • 1 comments

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?

cortopy avatar Aug 11 '17 15:08 cortopy

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

barbatus avatar Aug 12 '17 13:08 barbatus