9db69a9c9e
Switches our TS API guardian targets to rather use the new tool from dev-infra that relies on Microsoft's API extractor. PR Close #42688
13 lines
216 B
Python
13 lines
216 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"size-tracking/integration-payloads.json",
|
|
])
|
|
|
|
filegroup(
|
|
name = "public-api",
|
|
srcs = glob([
|
|
"public-api/**/*.md",
|
|
]),
|
|
)
|