https://github.com/angular/angular
Raw File
Tip revision: 54be25a7a1b481482b5956719e1ce4f8c0d4e8cc authored by Alex Rickabaugh on 19 July 2017, 19:54:45 UTC
docs: add changelog for 4.3.1
Tip revision: 54be25a
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