https://github.com/angular/angular
Raw File
Tip revision: 84fc1a3663f9e008ebcfee4e3826da6bf93d7e55 authored by Igor Minar on 16 April 2018, 08:00:31 UTC
docs: add changelog for the 4.4.7 release
Tip revision: 84fc1a3
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