ds300 / react-native-typescript-transformer

Seamlessly use TypeScript with React Native
MIT License
657 stars 55 forks source link

Is there way to output errors in debugger console? #100

Open kulikalov opened 4 years ago

kulikalov commented 4 years ago

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?

jwaldrip commented 4 years ago

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