https://github.com/angular/angular
Raw File
Tip revision: b6fb5b7fa9a3b2d3e9b3ca833f94525adc0c31b1 authored by Pawel Kozlowski on 10 July 2024, 13:38:44 UTC
release: cut the v18.2.0-next.0 release
Tip revision: b6fb5b7
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