Files
memecoin-botV2/.pnpm-store/v10/files/46/66ccbb9ed4eba21094c1aa86ae7fd9530a07e3637f50af21f8cb00150b2e9cc937b1e934a705987fb14c14abbed36cce50ac61571be7b3abd66eeb9adf6f6b

9 lines
449 B
Plaintext

import type * as ts from 'typescript/lib/tsserverlibrary';
/**
* Parses a TSConfig file using the same logic as tsserver.
*
* @param configFile the path to the tsconfig.json file, relative to `projectDirectory`
* @param projectDirectory the project directory to use as the CWD, defaults to `process.cwd()`
*/
export declare function getParsedConfigFile(tsserver: typeof ts, configFile: string, projectDirectory?: string): ts.ParsedCommandLine;