mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: explicitly include types for locales in @angular/common/locales (#63030)
Include the d.ts files for each local in the @angular/common/locales files PR Close #63030
This commit is contained in:
committed by
Andrew Scott
parent
6a3d2a0bd8
commit
847de40196
@@ -33,5 +33,8 @@ ts_project(
|
||||
npm_package(
|
||||
# TODO(devversion): Remove glob for checked-in legacy locale files that haven't been
|
||||
# removed in the past (when CLDR has been updated). These can be removed in a major.
|
||||
srcs = ["global/%s.js" % l for l in LOCALES] + [":locales"] + glob(["global/*.js"]),
|
||||
srcs = ["global/%s.js" % l for l in LOCALES] + [
|
||||
":locales",
|
||||
":locales_types",
|
||||
] + glob(["global/*.js"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user