import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ["simple-mind-map"], }; export default nextConfig;