https://github.com/angular/angular
Raw File
Tip revision: fa7d8907d0d0150128461c086225dfcb50cdedeb authored by Misko Hevery on 14 February 2018, 05:35:43 UTC
docs: add changelog for 6.0.0-beta.4
Tip revision: fa7d890
tsconfig.app.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "module": "es2015",
    "baseUrl": "",
    "types": [],
    "importHelpers": true
  },
  "exclude": [
    "testing/**/*",
    "test.ts",
    "test-specs.ts",
    "**/*.spec.ts"
  ],
  "angularCompilerOptions": {
    "preserveWhitespaces": false
  }
}
back to top