Can I use the gantt with react and typescript .tsx files?

In this article I see you are using .jsx files

dhtmlx.com/blog/create-react-ga … tmlxgantt/

Is it possible to use react and typescript .tsx files instead of react and javascript .jsx files?

Hello,
Yes, you can use *.tsx files instead of *.jsx files. But I don’t have an example to show how it might work.
However, typings for Gantt are outdated so you need to define them manually or use Gantt without them.

Thank you. That was very helpful.