Anki/qt/aqt/data/web/js/editor/BUILD.bazel
2021-01-31 13:34:37 +01:00

16 lines
340 B
Text

load("@npm//@bazel/typescript:index.bzl", "ts_library")
ts_library(
name = "editor",
srcs = glob(["*.ts"]),
tsconfig = "//qt/aqt/data/web/js:tsconfig.json",
deps = [
"//qt/aqt/data/web/js:pycmd",
"@npm//@types/jquery",
],
visibility = ["//qt:__subpackages__"],
)
exports_files([
"index.ts",
])