Skip to content

Commit

Permalink
build: rename tsconfig so that the IDE can use it
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Dec 24, 2019
1 parent 93a66f9 commit 00266c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions modules/builders/BUILD.bazel
@@ -1,12 +1,5 @@
load("@npm_bazel_typescript//:index.bzl", "ts_config")
load("//tools:defaults.bzl", "jasmine_node_test", "ng_test_library", "npm_package", "ts_library")

ts_config(
name = "bazel-tsconfig-build",
src = "bazel-tsconfig-build.json",
deps = ["//modules:bazel-tsconfig-build.json"],
)

filegroup(
name = "builders_assets",
srcs = glob([
Expand All @@ -28,7 +21,7 @@ ts_library(
],
),
module_name = "@nguniversal/builders",
tsconfig = ":bazel-tsconfig-build",
tsconfig = ":tsconfig.json",
deps = [
"@npm//@angular-devkit/architect",
"@npm//@angular-devkit/core",
Expand Down Expand Up @@ -85,6 +78,7 @@ ng_test_library(
],
exclude = ["testing/hello-world-app/**/*"],
),
tsconfig = ":tsconfig.json",
deps = [
":builders",
"@npm//@angular-devkit/architect",
Expand Down
File renamed without changes.

0 comments on commit 00266c2

Please sign in to comment.