import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ["@multica/ui"], }; export default nextConfig;