smartEnergyView-frontend/next.config.js
2022-05-12 12:39:29 -03:00

10 lines
165 B
JavaScript

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