Skip to content

Commit 69e4ca7

Browse files
crisbetommalerba
authored andcommitted
chore: fix bazel failure (#11487)
Restores a file that was removed in #11481 and ended up breaking the Bazel build.
1 parent 9bf720a commit 69e4ca7

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)