https://github.com/angular/angular
Raw File
Tip revision: 44c1770fc9f185079ba7bceb3a83d42c131b7207 authored by Dylan Hunn on 19 October 2022, 21:45:08 UTC
release: cut the v15.0.0-rc.0 release
Tip revision: 44c1770
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