UNPKG

@shi-corp/development-utilities

Version:

Collection of configurations, settings and packages to be common across multiple products/repositories.

6 lines (5 loc) 188 B
import type { NextConfig } from 'next'; /** * An object that represents collection of settings to define behavior of Next.js application. */ export declare const nextConfig: NextConfig;