Files
Joey Perrott adbb19d40f build: remove usages of runtime_rnjs_interop (#62909)
Remove all usages of the runtime_rnjs_interop feature

PR Close #62909
2025-07-31 09:14:25 +00:00

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",
],
)