For the purpose of transpiling in e2e, I developed this script.
"e2e-transpile": "tsc ./projects/-e2e/src//*.ts || exit 0”
However, when executing on Windows, it indicates that no files are found whereas it functions correctly on Mac. Any assistance with this issue would be highly appreciated.