I am trying to configure React to default to .tsx instead of .jsx for project files.
If possible, everytime npx create-react-app is run, the project would be setup using .tsx files.
Is there anyway to do this in the React project configurator, or must this be done independently for each individual React project created?
I looked into the React docs, however, the closest thing I found simply provides an explanation of how to configure a single React Project with TypeScript, not how to default React Project's to TypeScript.