| // @ts-check | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| eslint: { | |
| ignoreDuringBuilds: true, | |
| }, | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| } | |
| export default nextConfig | |
| // @ts-check | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| eslint: { | |
| ignoreDuringBuilds: true, | |
| }, | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| } | |
| export default nextConfig | |