1load("//:typescript.bzl", "flatbuffer_ts_library") 2 3flatbuffer_ts_library( 4 name = "reflection_ts_fbs", 5 srcs = ["//reflection:reflection.fbs"], 6 gen_reflections = True, 7 visibility = ["//visibility:public"], 8) 9