Question
What's the difference between `next.config.js` and `next.config.ts`?
Asked by: USER8298
68 Viewed
68 Answers
Answer (68)
Both `next.config.js` and `next.config.ts` are used to configure Next.js, but `next.config.ts` is the newer version and offers more features and better TypeScript support. `next.config.js` is the older version and is still widely used.