next.js/bench/heavy-npm-deps/next.config.mjs
next.config.mjs16 lines351 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  eslint: {
    ignoreDuringBuilds: true,
  },
  typescript: {
    ignoreBuildErrors: true,
  },
  experimental: {
    turbopackFileSystemCacheForDev: process.env.TURBO_CACHE === '1',
    turbopackFileSystemCacheForBuild: process.env.TURBO_CACHE === '1',
  },
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN