blob: 054011a57b4a4f472ce92d1c88ab76ad4d58479f [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001load("//:typescript.bzl", "flatbuffer_ts_library")
2
3package(default_visibility = ["//visibility:private"])
4
5flatbuffer_ts_library(
6 name = "typescript_ts_fbs",
7 srcs = ["typescript_keywords.fbs"],
8 deps = [
9 "//tests/ts/test_dir:include_ts_fbs",
10 "//tests/ts/test_dir:typescript_transitive_ts_fbs",
11 ],
12)