https://github.com/angular/angular
Raw File
Tip revision: be6c24611544058809108cc362ff0b2862f8432c authored by Dylan Hunn on 31 July 2024, 17:11:52 UTC
release: cut the v18.1.3 release
Tip revision: be6c246
tsconfig-lib1.json
{
  "compilerOptions": {
    "target": "es2020",
    "module": "es2020",
    "declaration": true,
    "moduleResolution": "node",
    "lib": ["es2020", "dom"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "outDir": "node_modules/lib1_built",
    "types": [],
    "rootDir": "."
  },
  "files": [
    "src/lib1.ts"
  ],
}
back to top