/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["@composio/ao-core"],
};
export default nextConfig;