DEV Community

Discussion on: Get Started With TypeScript in 2019

Collapse
 
uf4no profile image
Antonio

Very good article, thanks for sharing.
Do you have any tips regarding debugging in TS?

Collapse
 
robertcoopercode profile image
Robert Cooper

Debugging TS errors can sometimes be tricky since they are not always straightforward. However, the more you work with TS, the more better you'll get interpreting the errors.