// @ts-check /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { optimizePackageImports: ['@mantine/core', '@mantine/hooks'], } } module.exports = nextConfig