mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
The baseUrl is used for non relative module imports, and we should always use the baseUrl set in the workspace tsconfig. When having path mappings set at workspace level and setting a `baseUrl` in the server tsconfig, this paths will no longer work as paths mapping as relative to the baseUrl. Fixes #13935