https://github.com/angular/angular
Raw File
Tip revision: de4f9136624d0c213d908ccf7e85fba677c9cb57 authored by Joey Perrott on 04 November 2020, 20:43:49 UTC
release: cut the v11.0.0-rc.2 release
Tip revision: de4f913
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