A Yarn Getting Started Recipe tells me how to install Typescript using yarn:
yarn add --dev typescript
But when I then type, for example, tcs app.ts
for typescript to compile my app.ts
file I get the error
zsh: command not found: tcs
How do I get into the dev
'category', which I specified in yarn add
(docs)?