https://github.com/angular/angular
Raw File
Tip revision: 8a99ef18b4ae58736f0b7457e88908d3adcad613 authored by Alex Rickabaugh on 03 November 2021, 20:18:24 UTC
release: cut the v12.2.13 release (#44038)
Tip revision: 8a99ef1
tsconfig.view-engine.json
{
  "extends": "./tsconfig.app.json",
  "angularCompilerOptions": {
    "enableIvy": false
  }
}
back to top