yarn创建
yarn create react-app react-ts --template=typescript
or
yarn create react-app antd-demo-ts --template typescript
npx创建
npx create-react-app react-ts --template=typescript
npx create-react-app antd-demo-ts --typescript