When I executed command in cmd:
npx create-react-app my-app --typescript
It's seems like app will be typescript but when I open folder in VS-code then I release that all files in src folder are with .js extension instead .ts(.tsx) extensions.. I try to create app by cmd(administrator mode) but useless, without change. Also I tried with command:
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
Still nothing.
There are no error. App works like standard react+js app.