Files
muzak/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts
T
2025-07-02 11:28:41 +02:00

5 lines
131 B
TypeScript

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