> m-one-webpage-1.4@0.0.0 build > next build ▲ Next.js 16.2.2 (Turbopack) Creating an optimized production build ... ✓ Compiled successfully in 3.9s Running TypeScript ... Failed to type check. ./components/ProductPage.tsx:15:7 Type error: Subsequent property declarations must have the same type. Property ''model-viewer'' must be of type 'ClassAttributes & HTMLAttributes & { src?: string; alt?: string; cameraControls?: boolean; ... 4 more ...; loading?: string; }', but here has type 'any'. 13 | namespace JSX { 14 | interface IntrinsicElements { > 15 | 'model-viewer': any;  | ^ 16 | } 17 | } 18 | } Next.js build worker exited with code: 1 and signal: null