NeahNew/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts
2025-05-03 14:17:46 +02:00

5 lines
131 B
TypeScript

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