blob: b86b2abe856e1d5ee9360fa34c15d799e602bc45 [file] [log] [blame]
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 = ["//examples/js_library:__subpackages__"],
)