npx create-next-app@latest --ts
# or
yarn create next-app --typescript
# or
pnpm create next-app --ts
npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app
npx create-next-app@latest --ts