Yarn fresh install with yarn create expo-app creates folders with typescript and not javascript

I’m new to coding for apps and I choose to use expo. I code in javascript.
I used the yarn create expo-app command line expecting to have javascript files.

It saids that, by default it will create a project with javascript. But I have .tsx folders.
How can I have javascript files ? thanks