/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@basango/ui"], } export default nextConfig