https://github.com/angular/angular
Raw File
Tip revision: d63f71931eb1f1d550c33abe1906fd6dcffa0212 authored by Ben Hong on 27 March 2024, 18:10:49 UTC
docs: fix outdated security guide reference
Tip revision: d63f719
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top