In this pull request, I have translated file src/cli/running.js from javascript to typescript. During the translation process, I created interfaces, and ensured that the variable were assigned proper types such that the eslint standards were maintained. I checked the linting with npm run lint and tested my translated file with npm run etst which ran all the tests which were there in the repository. I compared the correctess by assessing that the coverage level was maintained and that no cases were failing.
In this pull request, I have translated file src/cli/running.js from javascript to typescript. During the translation process, I created interfaces, and ensured that the variable were assigned proper types such that the eslint standards were maintained. I checked the linting with npm run lint and tested my translated file with npm run etst which ran all the tests which were there in the repository. I compared the correctess by assessing that the coverage level was maintained and that no cases were failing.