I use WebStorm for Mac for development, and the latest stable version only supports version 0.8.x TypeScript, while npm installs 0.9.x, creating various conflicts with the IDE.
Currently, npm will install version 0.9.x with:
npm install -g typescript
How can I get it to install an older version of the TypeScript compiler?
source share