For Next.js 15.1.4 (or any previous and future versions should still work) this is what I had to do.
export const viewport: Viewport = { minimumScale: 1.0, width: "device-width", initialScale: 1.0, userScalable: false, };