UNPKG

next13-starter

Version:

Start a Next13 Zustand TypeScript project in few second!

10 lines (8 loc) 145 B
const nextConfig = { swcMinify: true, reactStrictMode: true, compiler: { styledComponents: true, }, }; module.exports = nextConfig;