(configFile: string)
| 81 | const fs = getFileSystem(); |
| 82 | |
| 83 | const readConfigFile = (configFile: string) => |
| 84 | ts.readConfigFile(configFile, (file) => host.readFile(host.resolve(file))); |
| 85 | const readAngularCompilerOptions = ( |
| 86 | configFile: string, |
| 87 | parentOptions: NgCompilerOptions = {}, |
no test coverage detected
searching dependent graphs…