mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
15 lines
274 B
Text
15 lines
274 B
Text
load("//adev/shared-docs:defaults.bzl", "ts_project")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_project(
|
|
name = "shared",
|
|
srcs = glob(
|
|
[
|
|
"*.mts",
|
|
],
|
|
),
|
|
deps = [
|
|
"//adev:node_modules/@types/node",
|
|
],
|
|
)
|