https://github.com/angular/angular
Raw File
Tip revision: 4ceb8530c5f77d540036ed2dcfc043722281c016 authored by Jessica Janiuk on 03 July 2024, 19:34:15 UTC
release: cut the v18.0.6 release
Tip revision: 4ceb853
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