(filePath: string)
| 28 | * @param filePath path to get |
| 29 | */ |
| 30 | export function getProjectFilePath(filePath: string): string { |
| 31 | return resolve(getProjectRootPath(), filePath); |
| 32 | } |
| 33 | |
| 34 | export function getProjectTSConfigPath(): string | undefined { |
| 35 | return [ |
no test coverage detected