4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import type { NextConfig } from "next";
|
|
declare const nextConfig: NextConfig;
|
|
export default nextConfig;
|