next js init typescript code example
Example: next js typescript
// create a tsconfig
touch tsconfig.json
// run command `npm run dev`
npm run dev
// create a tsconfig
touch tsconfig.json
// run command `npm run dev`
npm run dev