mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 18:48:11 +00:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
transpilePackages: ['@edr/types', '@edr/ui-common'],
|
|
};
|
|
|
|
export default nextConfig;
|