https://github.com/angular/angular
Raw File
Tip revision: 9dc310eb50f022b25184e84a3a9abc016e4a2451 authored by Alex Rickabaugh on 01 December 2017, 22:40:05 UTC
docs: add changelog for 5.0.5
Tip revision: 9dc310e
tsconfig-metadata.json
{
  "extends": "./tsconfig.json",

  "compilerOptions": {
    "paths": {
      "@angular/*": ["./*"]
    }
  },

  "exclude": [
    "bazel",
    "compiler/test",
    "compiler-cli/integrationtest",
    "platform-server/integrationtest",
    "common/locales",
    "examples",
    "**/*_spec.ts",
    "**/*.spec.ts"
  ],

  "angularCompilerOptions": {
    "skipTemplateCodegen": true,
    "annotateForClosureCompiler": false,
    "annotationsAs": "decorators"
  }
}
back to top