Home
last modified time | relevance | path

Searched defs:findConfigFile (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts65 export function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, confi… function
/third_party/typescript/lib/
Dtsc.js104438 function findConfigFile(searchPath, fileExists, configName = "tsconfig.json") { function