Skip to content

Commit 58e1553

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 58e1553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)