/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/load-jsconfig.d.ts (514B)
import type { NextConfigComplete } from '../server/config-shared';
export declare function parseJsonFile(filePath: string): any;
export type ResolvedBaseUrl = {
baseUrl: string;
isImplicit: boolean;
} | undefined;
export type JsConfig = {
compilerOptions: Record
;
} | undefined;
export default function loadJsConfig(dir: string, config: NextConfigComplete): Promise<{
useTypeScript: boolean;
jsConfig: JsConfig;
jsConfigPath?: string;
resolvedBaseUrl: ResolvedBaseUrl;
}>;