blob: ce9acb55172f7c00a389a7e4c6bb4e8b2c6fce59 [file]
load("@aspect_rules_js//js:defs.bzl", "js_library")
js_library(
name = "one",
srcs = [
"one.d.ts",
"one.js",
# package.json needed here so that the "typings" field appears in the
# downstream typecheck and so "main" field is seen at runtime
"package.json",
],
visibility = ["//js_library:__subpackages__"],
)