mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
208 B
Text
9 lines
208 B
Text
|
|
load("@aspect_rules_js//js:defs.bzl", "js_library")
|
||
|
|
|
||
|
|
js_library(
|
||
|
|
name = "node_loader",
|
||
|
|
srcs = glob(["*.mjs"]),
|
||
|
|
visibility = ["//visibility:public"],
|
||
|
|
deps = ["//:node_modules/get-tsconfig"],
|
||
|
|
)
|