https://github.com/angular/angular
Raw File
Tip revision: bf70bf6d4fed0200458d03f011e586cd3c17b59f authored by Pawel Kozlowski on 18 October 2023, 16:42:40 UTC
release: cut the v16.2.10 release
Tip revision: bf70bf6
tsconfig.json
{
    "compilerOptions": {
        "target": "ES2020",
        "module": "ES2020",
        "baseUrl": ".",
        "esModuleInterop": true,
        "moduleResolution": "Node",
        "rootDirs": ["./", "../../"]
    }
}
back to top