https://github.com/angular/angular
Raw File
Tip revision: 47d674055aae2711fcf6d9470d279ba83122e012 authored by Paul Gschwendtner on 07 May 2024, 12:32:01 UTC
docs: properly link to developer preview section
Tip revision: 47d6740
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