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-app.json
{
  "compilerOptions": {
    "target": "es2020",
    "module": "es2020",
    "moduleResolution": "node",
    "lib": ["es2020", "dom"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "outDir": "dist",
    "types": ["node"],
    "rootDir": "."
  },
  "files": [
    "src/app.ts",
    "src/main.ts"
  ]
}
back to top