https://github.com/angular/angular
Raw File
Tip revision: ef961588995164f5b491a9722aa4ed41d1135435 authored by Dylan Hunn on 21 May 2024, 21:27:32 UTC
release: cut the v18.0.0-rc.3 release
Tip revision: ef96158
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