How can I make Visual Studio 2019 treat .js files as .jsx? Currently my projects use only .js files even though they contain JSX for React. Currently I use WebStorm which handles this with no problem, but Visual Studio 2019 shows errors until I change the file extension to .jsx. It's not really feasible for me to change everything to .jsx extension currently, so I'm wondering if there is anyway for me to force Visual Studio to treat .js files as .jsx. Is this possible?
