This change is part of a larger effort to migrate all golden type tracking files to a single location. Additionally, this makes it a bit easier to manage file ownership in pullapprove. PR Close #36455
13 lines
218 B
Python
13 lines
218 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"size-tracking/integration-payloads.json",
|
|
])
|
|
|
|
filegroup(
|
|
name = "public-api",
|
|
srcs = glob([
|
|
"public-api/**/*.d.ts",
|
|
]),
|
|
)
|