https://github.com/angular/angular
Raw File
Tip revision: 89550e734459829e93819ad5f07f387a24891c91 authored by Andrew Scott on 17 July 2024, 20:30:26 UTC
release: cut the v18.2.0-next.1 release
Tip revision: 89550e7
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