makearmy-app/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts

5 lines
131 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export declare function transpileConfig({ nextConfigPath, cwd, }: {
nextConfigPath: string;
cwd: string;
}): Promise<any>;