Sign in
gerrit
/
gerrit
/
8714155a8b9d3eda6fef325fe9f89961d8b5688a
/
.
/
tools
/
node_tools
/
utils
/
BUILD
blob: 2196012f71b2f0af74902463d43ce24c697ed181 [
file
] [
log
] [
blame
]
load
(
"@npm//@bazel/typescript:index.bzl"
,
"ts_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
ts_library
(
name
=
"utils"
,
srcs
=
glob
([
"*.ts"
]),
tsconfig
=
"tsconfig.json"
,
deps
=
[
"@tools_npm//:node_modules"
,
],
)