wilddragon-site/node_modules/next/dist/build/next-config-ts/transpile-config.d.ts
2026-04-17 15:51:01 -04:00

4 lines
131 B
TypeScript
Executable file

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