2017-07-21 18:09:47 -05:00

12 lines
301 B
Python

package(default_visibility=["//visibility:public"])
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
ts_library(
name = "tsc-wrapped",
srcs = glob(["**/*.ts"], exclude=[
"test/**",
]),
module_name = "@angular/tsc-wrapped",
tsconfig = ":tsconfig-build.json",
)