https://github.com/angular/angular
Raw File
Tip revision: 99723fc64ed6ded3635ae5e19648550dc42f1bc1 authored by Alex Rickabaugh on 10 January 2023, 18:45:00 UTC
release: cut the v15.1.0 release
Tip revision: 99723fc
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