import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ['react-map-gl', 'mapbox-gl', 'maplibre-gl'], }; export default nextConfig;