react-code-dataset
/
next.js
/test
/production
/app-dir
/deopted-into-client-rendering-warning
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| } | |
| module.exports = nextConfig | |