/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ['@horux/shared'], experimental: { typedRoutes: true, }, }; module.exports = nextConfig;