https://github.com/angular/angular
Raw File
Tip revision: b358b61304b4c7b455f68436787ceec062c6c2f2 authored by Andrew Kushnir on 09 November 2022, 19:38:46 UTC
release: cut the v14.2.10 release
Tip revision: b358b61
tsconfig.app.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": [
      "trusted-types"
    ],
    "plugins": [
      {
        "name": "tsec",
        "exemptionConfig": "./security-exemptions.json"
      }
    ]
  },
  "files": [
    "src/main.ts",
    "src/polyfills.ts"
  ],
  "include": [
    "src/**/*.d.ts"
  ]
}
back to top