https://github.com/angular/angular
Raw File
Tip revision: 6a9b1e11c2f2b3924f088aca2a941b17aca3f335 authored by Andrew Kushnir on 09 November 2022, 21:35:20 UTC
release: cut the v15.0.0-rc.3 release
Tip revision: 6a9b1e1
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