https://github.com/angular/angular
Raw File
Tip revision: 16bc0fc3ec7d6eb018059864b3011693740f3fba authored by Joey Perrott on 04 November 2020, 20:32:09 UTC
release: cut the v10.2.2 release
Tip revision: 16bc0fc
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