Getting a bunch of type errors upon running yarn next build, for example:
Type error: Property 'href' does not exist on type '{ name: string; }'.
Which causes my build to fail. Is there a command i can put in my tsconfig to prevent this from happening?