Sign in
gerrit
/
gerrit
/
82b9f23253690a68454aedb6e3699757980aad52
/
.
/
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"
,
],
)