mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
12 lines
301 B
Python
12 lines
301 B
Python
load("//tools:interop.bzl", "ts_project")
|
|
|
|
ts_project(
|
|
name = "test_lib",
|
|
srcs = glob(["**/*.ts"]),
|
|
visibility = ["//packages/angular_devkit/architect/node:__pkg__"],
|
|
deps = [
|
|
"//:node_modules/@types/node",
|
|
"//packages/angular_devkit/architect:architect_rjs",
|
|
],
|
|
)
|