We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf720a commit 69e4ca7Copy full SHA for 69e4ca7
src/cdk-experimental/scrolling/tsconfig-build.json
@@ -2,7 +2,7 @@
2
"extends": "../tsconfig-build",
3
"files": [
4
"public-api.ts",
5
- "../typings.d.ts"
+ "./typings.d.ts"
6
],
7
"angularCompilerOptions": {
8
"annotateForClosureCompiler": true,
src/cdk-experimental/scrolling/typings.d.ts
@@ -0,0 +1 @@
1
+declare var module: {id: string};
0 commit comments