https://github.com/angular/angular
Raw File
Tip revision: e0e2157a28558b388670ad2da4bdcdede8070c7d authored by Joey Perrott on 16 December 2020, 23:11:19 UTC
release: cut the v11.0.5 release (#40164)
Tip revision: e0e2157
tsconfig.app.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "files": [
    "src/main.ts",
    "src/polyfills.ts"
  ],
  "include": [
    "src/**/*.d.ts"
  ]
}
back to top