From 9c9d2de6bc8233452f0dd33bd1307a012846f3d4 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 29 Jan 2020 08:31:47 +0100 Subject: [PATCH] revert: "fix(@schematics/angular): add `skipLibCheck` to workspace tsconfig" This reverts commit a8c60cb8b976d50c898607a5a5bf4fe84f0b2bfb. Closes: #16696 --- .../schematics/angular/workspace/files/tsconfig.json.template | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/tsconfig.json.template b/packages/schematics/angular/workspace/files/tsconfig.json.template index b1ce7545b64c..9eb43d31920f 100644 --- a/packages/schematics/angular/workspace/files/tsconfig.json.template +++ b/packages/schematics/angular/workspace/files/tsconfig.json.template @@ -8,7 +8,6 @@ "noImplicitThis": true, "noFallthroughCasesInSwitch": true, "strictNullChecks": true,<% } %> - "skipLibCheck": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,