/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, transpilePackages: [ '@breakpilot/compliance-sdk-react', '@breakpilot/compliance-sdk-core', '@breakpilot/compliance-sdk-types', ], experimental: { serverComponentsExternalPackages: [], }, }; module.exports = nextConfig;