next.config.js 162 B

123456
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. transpilePackages: ["@json-render/core", "@json-render/remotion"],
  4. };
  5. export default nextConfig;