mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
008ed216d3
Remove all usages of the runtime_rnjs_interop feature PR Close #62908
16 lines
274 B
Python
16 lines
274 B
Python
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",
|
|
],
|
|
)
|