https://github.com/angular/angular
Raw File
Tip revision: cc2d32adb91ebc133b315af86c9e8099bbecbcaf authored by Dylan Hunn on 14 September 2022, 23:58:17 UTC
release: cut the v14.2.2 release
Tip revision: cc2d32a
tsconfig.json
{
    "compilerOptions": {
        "target": "ES2020",
        "module": "ES2020",
        "baseUrl": ".",
        "esModuleInterop": true,
        "moduleResolution": "Node",
        "rootDirs": ["./", "../../"]
    }
}
back to top