https://github.com/angular/angular
Raw File
Tip revision: b36d53143a4acc3322cbbf42e7f68480c58c01b3 authored by Ben Hong on 12 March 2024, 19:18:54 UTC
docs: fix missing security guide in navigation
Tip revision: b36d531
tsconfig.json
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "module": "esnext",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "es2015",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2018",
      "dom"
    ]
  }
}
back to top