next js types code example
Example 1: nextjs with typescrip example
npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app
Example 2: next js typescript
// create a tsconfig
touch tsconfig.json
// run command `npm run dev`
npm run dev