Files
edr-platform/apps/edr-passenger-web/portal/next.config.js
2026-05-31 13:15:44 +03:00

8 lines
173 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['@edr/types', '@edr/ui-common'],
};
export default nextConfig;