mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-07-17 17:27:25 +02:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ['react-map-gl', 'mapbox-gl', 'maplibre-gl'],
|
|
};
|
|
|
|
export default nextConfig;
|