angular/packages/examples/testing/BUILD.bazel

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
388 B
Text
Raw Normal View History

load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "testing_examples",
srcs = glob(["**/*.ts"]),
tsconfig = "//packages:tsconfig-test",
deps = [
"@npm//@types/jasmine",
"@npm//@types/node",
],
)
filegroup(
name = "files_for_docgen",
srcs = glob([
"**/*.ts",
]),
)