https://github.com/angular/angular
Raw File
Tip revision: fa994810d521913ec2a9484f76a816baaa398885 authored by Igor Minar on 13 September 2016, 06:25:28 UTC
chore(release): v2.0.0-rc.7
Tip revision: fa99481
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top