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
@ -15,7 +15,8 @@
|
||||
"noImplicitAny": true,
|
||||
"outDir": "../node_modules/flat_module",
|
||||
"rootDir": "",
|
||||
"target": "es5"
|
||||
"target": "es5",
|
||||
"typeRoots": ["../node_modules/@types"]
|
||||
},
|
||||
|
||||
"files": ["public-api.ts"]
|
||||
|
Reference in New Issue
Block a user