mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
27e4e5847f
Migrates `compiler-cli/src/ngtsc/docs` to `ts_project`. PR Close #61237
12 lines
206 B
Python
12 lines
206 B
Python
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_library(
|
|
name = "ngcc",
|
|
srcs = ["index.ts"],
|
|
deps = [
|
|
"@npm//@types/node",
|
|
],
|
|
)
|