build: remove redundant @types/source-map dependency (#31468)

In version 0.6.1 that we are using, `source-map` ships with
[its own typings][1], so there is no need to use `@types/source-map`.
The types were even removed from `DefinitelyTyped` in
DefinitelyTyped/DefinitelyTyped@1792bfaa2.

[1]: https://github.com/mozilla/source-map/blob/0.6.1/package.json#L72

PR Close #31468
This commit is contained in:
George Kalpakas
2019-07-09 17:40:20 +03:00
committed by Matias Niemelä
parent a08b4b3519
commit 4bb283cbb2
7 changed files with 32 additions and 33 deletions

View File

@ -26,7 +26,6 @@ ts_library(
"//packages/compiler-cli/src/ngtsc/util",
"@npm//@types/convert-source-map",
"@npm//@types/node",
"@npm//@types/source-map",
"@npm//@types/yargs",
"@npm//canonical-path",
"@npm//dependency-graph",