I passed a bunch of files without the `.ts` and the end to `minifier.renameProgram`, and it ran without warning, producing no output. ``` typescript minifier.renameProgram([ './foo' ]); ```
I passed a bunch of files without the
.tsand the end tominifier.renameProgram, and it ran without warning, producing no output.