https://github.com/angular/angular
Raw File
Tip revision: 7f5d70a74ad56280713438c8317ada5f70056a3b authored by Jessica Janiuk on 01 July 2024, 20:59:12 UTC
release: cut the v18.1.0-rc.0 release
Tip revision: 7f5d70a
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