Although the mob programming exercise is set up for TypeScript, and have added a script to change JS src files to TS, the README still instructs candidates to manually change the extensions of the files. This PR just adds a line in to reference the fact that they can run a script to do this for them if they'd like to undertake the exercise in TypeScript.
Although the mob programming exercise is set up for TypeScript, and have added a script to change JS
src
files to TS, the README still instructs candidates to manually change the extensions of the files. This PR just adds a line in to reference the fact that they can run a script to do this for them if they'd like to undertake the exercise in TypeScript.