Aztriltus / nextjs-ts-tailwind-template

Template for quickly setting up NextJS + Typescript + TailwindCSS
6 stars 7 forks source link

Next config type #27

Closed sushanyadav closed 1 year ago

sushanyadav commented 1 year ago

Description:

This PR adds autocomplete to next.config.js .Additionally, since we are using yarn so, replaces npm with yarn in scripts in package.json.

` Before After
before after