Learn how to install TypeScript locally to solve Exercism's exercises on your own machine
Install Yarn:
brew install yarn
Each assignment needs some tools to run the tests:
They can be installed running this command within each assignment directory:
$ yarn install
You must run install inside the exercise directory before you are able to run the tests.