Searched refs:compilerOptionsForInferredProjects (Results 1 – 3 of 3) sorted by relevance
739 private compilerOptionsForInferredProjects: CompilerOptions | undefined; property in ProjectService921 return this.compilerOptionsForInferredProjects;1117 this.compilerOptionsForInferredProjects = compilerOptions;2546 …nferredProjectsPerProjectRoot.get(projectRootPath) || this.compilerOptionsForInferredProjects!; //…
10935 private compilerOptionsForInferredProjects; property in ts.ProjectService