https://github.com/angular/angular
Raw File
Tip revision: 2028a77dc843ddc1b4fedfc843f1b4a4b4c91179 authored by Zach Arend on 03 March 2021, 22:37:19 UTC
release: cut the v11.2.4 release
Tip revision: 2028a77
tsconfig-app.json
{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "lib": ["es2015", "dom"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "outDir": "dist",
    "types": ["node"],
    "rootDir": "."
  },
  "angularCompilerOptions": {
    "enableIvy": false,
  },
  "files": [
    "src/app.ts",
    "src/main.ts"
  ]
}
back to top