06efc340b6
Preserve compatibility with rollup_bundle rule. Add missing npm dependencies, which are now enforced by the strict_deps plugin in tsc_wrapped PR Close #30370
12 lines
316 B
Python
12 lines
316 B
Python
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
ts_library(
|
|
name = "tslint",
|
|
srcs = glob(["**/*.ts"]),
|
|
tsconfig = "//packages/core/schematics:tsconfig.json",
|
|
visibility = [
|
|
"//packages/core/schematics/migrations/template-var-assignment/google3:__pkg__",
|
|
],
|
|
deps = ["@npm//typescript"],
|
|
)
|