https://github.com/angular/angular
Raw File
Tip revision: cc2d32adb91ebc133b315af86c9e8099bbecbcaf authored by Dylan Hunn on 14 September 2022, 23:58:17 UTC
release: cut the v14.2.2 release
Tip revision: cc2d32a
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