Files
mnote/next.config.ts
T
2026-04-13 19:21:42 +08:00

8 lines
149 B
TypeScript

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