https://github.com/angular/angular
Raw File
Tip revision: 6f1c941dfec8cf0ea0ccbb0fda76f3d960fd843b authored by Andrew Kushnir on 09 March 2022, 16:53:23 UTC
release: cut the v13.2.6 release (#45299)
Tip revision: 6f1c941
tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": false,
    "strict": true,
    "module": "es2020",
    "moduleResolution": "node",
    "strictNullChecks": true,
    "strictPropertyInitialization": true,
    "outDir": "../../../dist/all/@angular/service-worker/cli-custom",
    "noImplicitAny": true,
    "noImplicitOverride": true,
    "noFallthroughCasesInSwitch": true,
    "rootDir": ".",
    "paths": {
      "@angular/service-worker/config": [
        "../../../dist/packages/service-worker/config"
      ]
    },
    "inlineSourceMap": true,
    "lib": [
      "es2020"
    ],
    "target": "es2020",
    "typeRoots": [],
    "types": [
      "node"
    ]
  },
  "files": [
    "main.ts",
    "../../../node_modules/@types/node/index.d.ts"
  ]
}
back to top