https://github.com/angular/angular
Raw File
Tip revision: 3c0c8ea0be75db05ad413bb9d1f4ff54ca5be345 authored by twerske on 21 May 2024, 20:49:10 UTC
docs: add redirect banner to adev page
Tip revision: 3c0c8ea
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