DEV Community

Discussion on: Sitemap with Next.js

 
aralroca profile image
Aral Roca

The next.config.js file has js extension. So looks difficult to use TypeScript here. One thing you can do is compile next.config.ts to next.config.js: github.com/vercel/next.js/issues/5...