()
| 38 | } |
| 39 | |
| 40 | export function getProjectTSConfigPath(): string | undefined { |
| 41 | return [getProjectFilePath('tsconfig.app.json'), getProjectFilePath('tsconfig.json')].find((path) => existsSync(path)); |
| 42 | } |
nothing calls this directly
no test coverage detected