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": {
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "experimentalDecorators": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "./dist/out-tsc",
    "rootDir": ".",
    "target": "es5",
    "lib": [
      "es5",
      "dom",
      "es2015.collection",
      "es2015.iterable",
      "es2015.promise"
    ],
    "types": [],
  },
  "files": [
    "include-all.ts",
    "node_modules/@types/jasmine/index.d.ts"
  ]
}
back to top