Searched refs:compilerOptionsForInferredProjectsPerProjectRoot (Results 1 – 3 of 3) sorted by relevance
740 … private compilerOptionsForInferredProjectsPerProjectRoot = new Map<string, CompilerOptions>(); property in ProjectService1112 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…1133 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…2546 …const compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.g…
11067 private compilerOptionsForInferredProjectsPerProjectRoot; property in ts.ProjectService