Answering here as I suspect the other answer is AI-generated.
The most likely answer is that you don't have the typescript compiler installed. If you're using npm, you can install it to use anywhere with:
npm install --global typescript
Or for short:
npm i -g typescript