blob: b801b7f84752b6d1368284060348952ff00f1811 [file]
load("//packages/typescript:index.bzl", "ts_project")
ts_project(
name = "test_lib",
srcs = glob(["*.ts"]),
tsconfig = {},
deps = [
"//internal/linker:linker_lib",
"//packages/runfiles:bazel_runfiles",
"@npm//@types/jasmine",
"@npm//@types/node",
],
)