https://github.com/angular/angular
Raw File
Tip revision: 35690fdf6d4f41db88645fab0fe2dfd9c6ae98a6 authored by Jessica Janiuk on 19 April 2023, 19:09:49 UTC
release: cut the v15.2.8 release
Tip revision: 35690fd
tsconfig.app.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": []
  },
  "files": [
    "src/main.ts"
  ],
  "include": [
    "src/**/*.d.ts"
  ]
}
back to top