Files
edr-platform/apps/edr-passenger-web/portal/next.config.js
2026-06-02 20:48:14 +03:00

8 lines
173 B
JavaScript

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