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