react-code-dataset
/
next.js
/packages
/create-next-app
/templates
/default-empty
/ts
/next.config.ts
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| /* config options here */ | |
| reactStrictMode: true, | |
| }; | |
| export default nextConfig; | |