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 c454f7b commit ec1ad83Copy full SHA for ec1ad83
src/lib/schematics/tsconfig.json
@@ -16,7 +16,10 @@
16
],
17
"baseUrl": ".",
18
"paths": {
19
- "@angular/cdk/schematics": ["../../../dist/packages/cdk/schematics/"]
+ "@angular/cdk/schematics": [
20
+ "../../../dist/packages/cdk/schematics/",
21
+ "../../cdk/schematics/"
22
+ ]
23
}
24
},
25
"exclude": [
@@ -26,7 +29,7 @@
26
29
// Exclude template files that will be copied by the schematics. Those are not valid TS.
27
30
"*/files/**/*",
28
31
// Exclude all test-case files because those should not be included in the schematics output.
- "update/test-cases/**/*"
32
+ "ng-update/test-cases/**/*"
33
34
"bazelOptions": {
35
"suppressTsconfigOverrideWarnings": true
0 commit comments