Create tsconfig file using
npx tsc --init
After that add this to allow jsx in typescript.
{ "compilerOptions": { "jsx": "react", ..... }