I am trying to transpile code using the Abaplint’s transpiler-CLI package. I am unable to identify and extract the transpiled code after running it

The image is of the terminal, where I run the transpiler with specified input and output directories
Everytime, despite running the code with a target directory, the code creates a new output directory with a huge number of files and it becomes impossible to find the transpiled code even if it does exist in the output dir.
https://www.npmjs.com/package/@abaplint/transpiler-cli
This is the link to the package.

I tried running it multiple times, played around with commands as I was expecting result to be populated with a single js file with the transpiled code. Something akin to the web results of the online transpiler for Abaplint.