https://github.com/angular/angular
Raw File
Tip revision: 95f053e4dcde8163866e1703a2d3cd1551c37797 authored by Emma Twersky on 01 May 2024, 19:10:17 UTC
docs: remove AIO from search indexing
Tip revision: 95f053e
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