build: remove vendored Babel typings (#33226)
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 #33226
This commit is contained in:

committed by
Matias Niemelä

parent
7b64680670
commit
422eb14dc0
@ -13,6 +13,7 @@
|
||||
"noImplicitAny": true,
|
||||
"outDir": "../node_modules/third_party",
|
||||
"rootDir": "",
|
||||
"target": "es5"
|
||||
"target": "es5",
|
||||
"typeRoots": ["../node_modules/@types"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user