Files
ts-playground/next.config.js
T
2023-07-24 08:42:32 -07:00

7 lines
118 B
JavaScript

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