import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ['react-pdf', 'pdfjs-dist'], }; export default nextConfig;