https://github.com/angular/angular
Raw File
Tip revision: 54ea5b6ffd2bf47bc8e848863cda37c0bc05f79c authored by Alex Rickabaugh on 19 July 2017, 20:15:32 UTC
docs: add changelog for 5.0.0-beta.0
Tip revision: 54ea5b6
tsconfig-build.json
{
  "extends": "../tsconfig-build",

  "compilerOptions": {
    "paths": {
      "@angular/core": ["../../dist/packages/core"],
      "@angular/common": ["../../dist/packages/common"]
    }
  },
  "files": [
    "index.ts",
    "../../../node_modules/zone.js/dist/zone.js.d.ts"
  ],
  "angularCompilerOptions": {
    "strictMetadataEmit": true
  }
}
back to top