Neah/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts
2025-04-24 17:19:14 +02:00

5 lines
131 B
TypeScript

export declare function transpileConfig({ nextConfigPath, cwd, }: {
nextConfigPath: string;
cwd: string;
}): Promise<any>;