EvoCalculator.Client2/next.config.js
2022-04-20 23:05:45 +03:00

10 lines
167 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
compiler: {
styledComponents: true,
},
};
module.exports = nextConfig;