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