Searched refs:tsconfigPath (Results 1 – 3 of 3) sorted by relevance
46 const tsconfigPath = path.join(projectRoot, 'tsconfig.json'); constant64 (tsconfig && filePath === tsconfigPath)
71 const tsconfigPath = path.join(projectRoot, 'tsconfig.json'); constant97 filePath === tsconfigPath
41 const tsconfigPath = path.join(this.projectRoot, 'tsconfig.json'); constant42 if (fs.existsSync(tsconfigPath)) {