/** @type {import('next').NextConfig} */ const nextConfig = { typescript: { tsconfigPath: './tsconfig.next.json', }, }; export default nextConfig;