Configuration
Source URL: https://nextjs.org/docs/pages/api-reference/config
Configuration
Section titled “Configuration”- next.config.js Options
- Learn about the options available in next.config.js for the Pages Router.
- TypeScript
- Next.js provides a TypeScript-first development experience for building your React application.
- ESLint
- Next.js reports ESLint errors and warnings during builds by default. Learn how to opt-out of this behavior here.