import type { NextConfig } from 'next' const nextConfig: NextConfig = { reactStrictMode: true, transpilePackages: ['../shared'], } export default nextConfig