code-translator / next.config.js
khulnasoft's picture
Upload 24 files
8e20687 verified
raw
history blame contribute delete
No virus
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig