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": {
        "target": "ES2020",
        "module": "ES2020",
        "baseUrl": ".",
        "esModuleInterop": true,
        "moduleResolution": "Node",
        "rootDirs": ["./", "../../"]
    }
}
back to top