Searched refs:parseConfigFile (Results 1 – 2 of 2) sorted by relevance
19 import { defaultCompilerOptions, getSourceFilesFromDir, compile, parseConfigFile } from './compiler…153 const parsedConfigFile = opts.tsconfig ? parseConfigFile(opts.tsconfig) : undefined; constant
45 export function parseConfigFile(tsconfig: string): ts.ParsedCommandLine | undefined { function