build: remove vendored Babel typings (#33176)

These were getting included in the @angular/localize package.
Instead, patch the upstream files to work with TS typeRoots option

See bazelbuild/rules_nodejs#1033

PR Close #33176
This commit is contained in:
Alex Eagle
2019-10-14 18:00:17 -07:00
committed by Matias Niemelä
parent 4659cc26ea
commit 4c63e6ba04
16 changed files with 88 additions and 1893 deletions

View File

@ -15,6 +15,7 @@
"test": "test"
},
"devDependencies": {
"@types/node": "^10.9.4",
"domino": "2.1.2",
"mocha": "^3.1.2",
"mock-require": "3.0.3",

View File

@ -16,7 +16,8 @@
"es2015.promise",
"es2015.symbol",
"es2015.symbol.wellknown"
]
],
"typeRoots": ["node_modules/@types"],
},
"exclude": [
"node_modules",