mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b706800ea8
This PR removes `tsserverlibrary` from rollup globals since the symbol should not appear by the time rollup is invoked. `tsserverlibrary` is used for types only, so the import statement should not be emitted by tsc. PR Close #30123