https://github.com/angular/angular
Raw File
Tip revision: 1726b0308d790f1ecf72a509e3696bd3119d8149 authored by Pawel Kozlowski on 29 May 2024, 16:05:21 UTC
release: cut the v18.0.1 release
Tip revision: 1726b03
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