import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  transpilePackages: ["bootstrap"],
};

export default nextConfig;
