Skip to content

Commit 2c0b744

Browse files
committed
chore: fix wrong path in scrolling build config
Fixes a path that wasn't updated in #11481, causing the Bazel build to fail.
1 parent 9bf720a commit 2c0b744

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cdk-experimental/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package(default_visibility=["//visibility:public"])
2+
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
23
load("@angular//:index.bzl", "ng_module", "ng_package")
34
load("//:packages.bzl", "CDK_EXPERIMENTAL_PACKAGES", "CDK_EXPERIMENTAL_TARGETS", "CDK_TARGETS", "ROLLUP_GLOBALS", "VERSION_PLACEHOLDER_REPLACEMENTS")
45

src/cdk-experimental/tsconfig-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"files": [
3232
"public-api.ts",
33-
"typings.d.ts"
33+
"./typings.d.ts"
3434
],
3535
"angularCompilerOptions": {
3636
"annotateForClosureCompiler": true,

0 commit comments

Comments
 (0)