Contributing
Setup
git clone https://github.com/Microsoft/TypeScript.git
cd TypeScript
npm install -g jake
npm installSetup Fork
git remote rm origin
git remote rm upstream
git remote add upstream https://github.com/Microsoft/TypeScript.git
git remote add origin https://github.com/basarat/TypeScript.gitRunning Tests
Baselines
Test Categories
Compiler Tests
Creating a Compiler Test
Debugging Tests
More
Last updated