https://github.com/angular/angular
Raw File
Tip revision: c4b6d474f87d3f1d094b7ab28cc8bdc2840734dd authored by Paul Gschwendtner on 14 July 2023, 15:21:34 UTC
WIP STYLING: temp change to fix styling template pipeline emit
Tip revision: c4b6d47
tsconfig.app.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "files": [
    "src/main.ts"
  ],
  "include": [
    "src/**/*.d.ts"
  ]
}
back to top