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