mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-28 05:26:00 +02:00
6281085045
Former-commit-id: 3b8912a8f67efd51c08cc6f4c77d43266b8fdc1b
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;
|