https://github.com/angular/angular
Raw File
Tip revision: fb5c196ae01e189d4f00199adf5442b639eed245 authored by Emma Twersky on 01 May 2024, 16:30:11 UTC
docs: update press kit to reduce confusion
Tip revision: fb5c196
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