Searched refs:projectFile (Results 1 – 3 of 3) sorted by relevance
14 solutionFile = projectFile("tsconfig.json");15 baseConfig = projectFile("tsconfig-base.json");81 return fileNames.map(file => projectFile(`${subProject}/${file}`));84 function projectFile(fileName: string): File { function
17 function projectFile(subProject: SubProject, baseFileName: string): File { function22 const tsconfig = projectFile(subProject, "tsconfig.json");23 const index = projectFile(subProject, "index.ts");27 const anotherModule = projectFile(SubProject.core, "anotherModule.ts");28 const someDecl = projectFile(SubProject.core, "some_decl.ts");
645 const projectFile = resolve(this.localPrefix, '.npmrc')651 if (projectFile !== this.#get('userconfig')) {652 return this.#loadFile(projectFile, 'project')