Skip to content

Commit

Permalink
Utilize ts/tsconfig.js from ts/{editor,html-filter}
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel authored and dae committed Mar 28, 2021
1 parent fb94615 commit 05ea624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/editor/BUILD.bazel
Expand Up @@ -19,7 +19,7 @@ sass_binary(
ts_library(
name = "editor_ts",
srcs = glob(["*.ts"]),
tsconfig = "//qt/aqt/data/web/js:tsconfig.json",
tsconfig = "//ts:tsconfig.json",
deps = [
"//ts/html-filter",
],
Expand Down
2 changes: 1 addition & 1 deletion ts/html-filter/BUILD.bazel
Expand Up @@ -6,7 +6,7 @@ ts_library(
name = "html-filter",
srcs = glob(["*.ts"]),
module_name = "html-filter",
tsconfig = "//qt/aqt/data/web/js:tsconfig.json",
tsconfig = "//ts:tsconfig.json",
visibility = ["//visibility:public"],
deps = [],
)
Expand Down

0 comments on commit 05ea624

Please sign in to comment.