import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ["@kord/grpc-contracts"], }; export default nextConfig;