mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
/**
|
|
* @type {import('next').NextConfig}
|
|
*/
|
|
module.exports = {
|
|
reactStrictMode: false,
|
|
compiler: {
|
|
styledComponents: true
|
|
}
|
|
};
|