ds300/react-native-typescript-transformer

Is there way to output errors in debugger console?

kulikalov opened this issue · 1 comments

Hi!
What is the canonical strategy to keep track of the whole project type checks real-time? If I make a typing mistake in a file, my code editor will highlight it for sure. But how do I get notified about errors in other files? Should I add tslinter script and make it run alongside with transformation, or, maybe, this library can do this?

I would love to see that too. It looks at this time, it only transpiles.