https://github.com/angular/angular
Raw File
Tip revision: 5db7b4c354d812938aa247a18154d6a61948547c authored by atscott on 14 October 2020, 20:33:19 UTC
release: cut the v10.1.6 release
Tip revision: 5db7b4c
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