mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Utilize ts/tsconfig.js from ts/{editor,html-filter}
This commit is contained in:
parent
fb9461508e
commit
05ea624f85
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ sass_binary(
|
||||||
ts_library(
|
ts_library(
|
||||||
name = "editor_ts",
|
name = "editor_ts",
|
||||||
srcs = glob(["*.ts"]),
|
srcs = glob(["*.ts"]),
|
||||||
tsconfig = "//qt/aqt/data/web/js:tsconfig.json",
|
tsconfig = "//ts:tsconfig.json",
|
||||||
deps = [
|
deps = [
|
||||||
"//ts/html-filter",
|
"//ts/html-filter",
|
||||||
],
|
],
|
||||||
|
|
|
@ -6,7 +6,7 @@ ts_library(
|
||||||
name = "html-filter",
|
name = "html-filter",
|
||||||
srcs = glob(["*.ts"]),
|
srcs = glob(["*.ts"]),
|
||||||
module_name = "html-filter",
|
module_name = "html-filter",
|
||||||
tsconfig = "//qt/aqt/data/web/js:tsconfig.json",
|
tsconfig = "//ts:tsconfig.json",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [],
|
deps = [],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue