react-native-typescript-transformer icon indicating copy to clipboard operation
react-native-typescript-transformer copied to clipboard

Is there way to output errors in debugger console?

Open kulikalov opened this issue 4 years ago • 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?

kulikalov avatar Apr 20 '20 09:04 kulikalov

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

jwaldrip avatar Jun 09 '20 19:06 jwaldrip