Introducing TypeScript npm nightlies
To make it easier to try out the very latest in TypeScript, we're now publishing the TypeScript nightly npm package. You can try this out using:npm install -g typescript@nextWe've set this to update each night, and we timestamp each release. You can see what version you're on with the --version commandline switch:C:\Users>tsc --...