https://github.com/angular/angular
Raw File
Tip revision: 182138e74bd39c7b4fd152368fa6e3087b20cc86 authored by Jessica Janiuk on 05 June 2024, 19:02:16 UTC
release: cut the v17.3.11 release
Tip revision: 182138e
tsconfig.json
{
    "compilerOptions": {
        "target": "ES2020",
        "module": "ES2020",
        "baseUrl": ".",
        "esModuleInterop": true,
        "moduleResolution": "Node",
        "rootDirs": ["./", "../../"]
    }
}
back to top