Skip to content

Commit a8c60cb

Browse files
alan-agius4dgp1130
authored andcommitted
fix(@schematics/angular): add skipLibCheck to workspace tsconfig
Add skipLibCheck to speed up TypeScript analysis and prevent compilation errors caused by incompatible declaration files which were generated with older/new TS versions
1 parent 4ae10f8 commit a8c60cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"noImplicitThis": true,
99
"noFallthroughCasesInSwitch": true,
1010
"strictNullChecks": true,<% } %>
11+
"skipLibCheck": true,
1112
"sourceMap": true,
1213
"declaration": false,
1314
"downlevelIteration": true,

0 commit comments

Comments
 (0)