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