Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 670 Bytes

Next To Typescript

Migrate your Next.js project from JavaScript to TypeScript in seconds

Get started

Make sure you are inside a Next.js project

Execute

npx next-to-ts

or

pnpm dlx next-to-ts

What does it do

  • It moves file these directories to typescript respectively.
  • Installs all necessary packages.
  • sets up standard tsconfig.json for next.js apps

Contributing

If you have any idea consider open issue or firing a PR.