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