UNPKG

create-next-app-ts

Version:

It automatically builds a nextjs, typescript and eslint working environment

11 lines (8 loc) 173 B
/** @type {import('next').NextConfig} */ const nextConfig = { images: { minimumCacheTTL: 60, }, reactStrictMode: true, }; module.exports = nextConfig;