Searched refs:compilerOptionsForInferredProjectsPerProjectRoot (Results 1 – 3 of 3) sorted by relevance
784 private compilerOptionsForInferredProjectsPerProjectRoot = new Map<string, CompilerOptions>(); property in ProjectService1158 …this.compilerOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, compilerOption…1179 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…2599 …const compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.g…
3598 private compilerOptionsForInferredProjectsPerProjectRoot;