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