| 21 | import {getTSConfig} from './util'; |
| 22 | |
| 23 | interface TSConfig { |
| 24 | compilerOptions: ts.CompilerOptions; |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * Remove files generated by the build. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…