https://github.com/angular/angular
Raw File
Tip revision: 8a09015211ff790cdb96460c27ccb9e7a16a3157 authored by Hans Larsen on 22 June 2017, 00:01:14 UTC
docs: add changelog for 4.2.4
Tip revision: 8a09015
tsconfig-build.json
{
  "extends": "../tsconfig-build",
  "compilerOptions": {
    "paths": {
      "rxjs/*": ["../../node_modules/rxjs/*"],
      "@angular/core": ["../../dist/packages/core"]
    }
  },
  "files": [
    "index.ts",
    "../../../node_modules/zone.js/dist/zone.js.d.ts",
    "../../system.d.ts"
  ],
  "angularCompilerOptions": {
    "strictMetadataEmit": true
  }
}
back to top