next.config.mjs 134 B

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