https://github.com/angular/angular
Raw File
Tip revision: 40c138c13d17b638908999faafc9eb4cca0202fb authored by Dylan Hunn on 23 November 2022, 02:59:58 UTC
release: cut the v15.0.1 release
Tip revision: 40c138c
tsconfig.json
{
  "compilerOptions": {
    "outDir": "../dist/dev-infra-scripts",
    "target": "es2020",
    "lib": ["es2020"],
    "module": "Node16",
    "types": ["node"],
    "strict": true,
    "noEmit": true,
    "skipLibCheck": true,
    "downlevelIteration": true,
    "esModuleInterop": true
  }
}
back to top