| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const config = { | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| } | |
| module.exports = config | |
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const config = { | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| } | |
| module.exports = config | |