/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@wallmuse/api-client", "@wallmuse/shared", "@wallmuse/ui-tokens"], experimental: { optimizePackageImports: ["lucide-react"] } }; export default nextConfig;