https://github.com/angular/angular
Raw File
Tip revision: 1754beb59c1a588a282994ac9af1fe0b4e9806bd authored by Kara Erickson on 18 May 2020, 16:21:37 UTC
release: cut the v10.0.0-next.8 release
Tip revision: 1754beb
tsconfig-app.json
{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "lib": ["es2015", "dom"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "outDir": "dist",
    "types": ["node"],
    "rootDir": "."
  },
  "files": [
    "src/main.ts"
  ],
  "angularCompilerOptions": {
    "enableIvy": "ngtsc"
  }
}
back to top