Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 00266c2

Browse files
committed
build: rename tsconfig so that the IDE can use it
1 parent 93a66f9 commit 00266c2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

modules/builders/BUILD.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
load("@npm_bazel_typescript//:index.bzl", "ts_config")
21
load("//tools:defaults.bzl", "jasmine_node_test", "ng_test_library", "npm_package", "ts_library")
32

4-
ts_config(
5-
name = "bazel-tsconfig-build",
6-
src = "bazel-tsconfig-build.json",
7-
deps = ["//modules:bazel-tsconfig-build.json"],
8-
)
9-
103
filegroup(
114
name = "builders_assets",
125
srcs = glob([
@@ -28,7 +21,7 @@ ts_library(
2821
],
2922
),
3023
module_name = "@nguniversal/builders",
31-
tsconfig = ":bazel-tsconfig-build",
24+
tsconfig = ":tsconfig.json",
3225
deps = [
3326
"@npm//@angular-devkit/architect",
3427
"@npm//@angular-devkit/core",
@@ -85,6 +78,7 @@ ng_test_library(
8578
],
8679
exclude = ["testing/hello-world-app/**/*"],
8780
),
81+
tsconfig = ":tsconfig.json",
8882
deps = [
8983
":builders",
9084
"@npm//@angular-devkit/architect",
File renamed without changes.

0 commit comments

Comments
 (0)