Contact us for consulting and development services
How to convert Nextjs to TypeScript?
5 min read
How to convert Nextjs to TypeScript?

The create-next-app command by default creates the app in JavaScript while creating a new project. In this post we will see how we can create a new app in TypeScript and also convert our existing app to TypeScript.

Read More