Next.js Discord

Discord Forum

Able to build production locally but not on vercel

Unanswered
Exotic Shorthair posted this in #help-forum
Open in Discord
Exotic ShorthairOP
My next.config.ts
const nextConfig: NextConfig = {
  typescript: {
    ignoreBuildErrors: true,
  },
  /* config options here */
  eslint: {
    ignoreDuringBuilds: true,
  },
};

export default nextConfig;


On vercel I get 300 errors relating to typescript/ types

1 Reply

Exotic ShorthairOP
Would appreciate some help here!