(projectPath: string)
| 249 | } |
| 250 | |
| 251 | export function defaultTSManifestPath(projectPath: string): string { |
| 252 | return path.join(projectPath, DEFAULT_TS_MANIFEST); |
| 253 | } |
| 254 | |
| 255 | export function defaultEnvPath(projectPath: string): string { |
| 256 | return path.join(projectPath, DEFAULT_ENV); |
no outgoing calls
no test coverage detected