I am trying to use the k6-operator while my k6 code is written in typescipt, but am facing some issues. When I try to start a pod it immediately goes to STATUS Error, without providing any logs of the failure. I am using a similar yml file as the one in the example and when I am trying to run the provided example .js file it is successful. The only difference is that using my typescript tests I am using the js file under dist.
Is the operator working with transpiled typescript files? Is it possible to use bundled webpack files?