wilddragon-site/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts

5 lines
131 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export declare function transpileConfig({ nextConfigPath, dir, }: {
nextConfigPath: string;
dir: string;
}): Promise<any>;