Skip to content

Commit 1e02265

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 1e02265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cdk-experimental/scrolling/tsconfig-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../tsconfig-build",
33
"files": [
44
"public-api.ts",
5-
"../typings.d.ts"
5+
"./typings.d.ts"
66
],
77
"angularCompilerOptions": {
88
"annotateForClosureCompiler": true,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare var module: {id: string};

0 commit comments

Comments
 (0)