How to use jsdoc with .tsx file

Viewed 227

I want to use jsdoc, a very good tool to generate doc by comments. However, I have just .tsx file, and when I try to use jsdoc with .tsx file, it doesn't work ..

Are there configurations, or parameters to do this ?

This is the error of jsdoc :

enter image description here

0 Answers
Related