https://github.com/angular/angular
Raw File
Tip revision: e25349cd410d93ed58faa9860bac1916917055fe authored by Andrew Kushnir on 07 September 2022, 17:39:34 UTC
release: cut the v15.0.0-next.1 release
Tip revision: e25349c
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