Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DcommandLineParser.ts3133 extendedConfigPath?: string; property
3360 …const path = host.useCaseSensitiveFileNames ? extendedConfigPath : toFileNameLowerCase(extendedCon… constant
/third_party/typescript/lib/
Dtsc.js35841 function getExtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedC… argument