8 lines
141 B
Python
8 lines
141 B
Python
|
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
|
||
|
|
||
|
ts_library(
|
||
|
name = "e2e",
|
||
|
testonly = 1,
|
||
|
srcs = glob(["*.ts"]),
|
||
|
)
|