revert: build: remove vendored Babel typings (#33176) (#33215)

This reverts commit 4c63e6ba04.

PR Close #33215
This commit is contained in:
Matias Niemelä
2019-10-16 20:09:45 -07:00
parent a67df6520a
commit e9ee6859e3
16 changed files with 1893 additions and 88 deletions

View File

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

View File

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