filegroup(
    name = "maps",
    srcs = glob([
        "*.json",
    ]),
    visibility = ["//visibility:public"],
)
