https://github.com/angular/angular
Raw File
Tip revision: a16e3b8fe1f77b163b0763c263d98f275a6c038c authored by Dylan Hunn on 27 September 2023, 20:21:49 UTC
release: cut the v16.2.7 release
Tip revision: a16e3b8
tsconfig.json
{
    "compilerOptions": {
        "target": "ES2020",
        "module": "ES2020",
        "baseUrl": ".",
        "esModuleInterop": true,
        "moduleResolution": "Node",
        "rootDirs": ["./", "../../"]
    }
}
back to top