I deleted the ts config file and regenerate by using this cmd
npx tsc --init
Then, change "jsx": "react-jsx"
"jsx": "react-jsx"
It works for me !