mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
With this change we enable emitting declaration maps when building libraries to be consumed locally as this improved DX as this will allow editors to go to the original typescript file when using `Go to Definition`. For production builds, declaration maps are disabled because they are not useful since the source files are not included in the distributable package. Closes #17888