Not related with this question however, for the guys who use typescript you should first initialize the ts via
npx tsc --init
then you should add this flag in the tsconfig.json file if you are using react
"jsx": "react",