angular/devtools/BUILD.bazel

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

22 lines
358 B
Text
Raw Normal View History

load("//devtools/tools:defaults.bzl", "ts_config")
package(default_visibility = ["//visibility:public"])
exports_files([
"tsconfig.json",
"cypress.json",
])
ts_config(
name = "tsconfig_build",
src = "tsconfig.json",
)
ts_config(
name = "tsconfig_test",
src = "tsconfig-test.json",
deps = [
":tsconfig_build",
],
)