TypeScript с узлом на Mac

// With version 
sudo npm install -g typescript@6.3
// Without version
sudo npm install -g typescript
Tyagi420