Skip to content

Type Check Error on Build Currently Ignored #1

Description

@forecasth

See next.config.js

The follow has been added to nextConfig in order to make the build pass, while ignoring the Type Errors caused by something that came with the Next.js Framework. This is seems to defeat the purpose of using Types, so I do want to remove this snippet, and refactor what's needed to fix the Type Errors on build.

typescript: {
    // !! WARN !!
    // Dangerously allow production builds to successfully complete even if
    // your project has type errors.
    // !! WARN !!
    ignoreBuildErrors: true,
  },

Much appreciation to anyone who can help here, as I am not yet fluent nor familiar enough with TypeScript.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions