makearmy-app/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts
2025-09-22 10:37:53 -04:00

4 lines
131 B
TypeScript

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