https://github.com/angular/angular
Raw File
Tip revision: d489ad595de1e128ec6f96d2383fef696c78217b authored by Victor Berchet on 28 September 2017, 19:18:14 UTC
docs: add changelog for 4.4.4
Tip revision: d489ad5
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