From d210caf006beee33f43a59636cbc2666e411ceb9 Mon Sep 17 00:00:00 2001 From: mgechev Date: Tue, 3 Mar 2020 17:24:17 -0800 Subject: [PATCH] refactor(@schematics/angular): remove redundant typeRoots By default TypeScript will look up in this directory (see [docs](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#types-typeroots-and-types)). --- .../schematics/angular/workspace/files/tsconfig.json.template | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/schematics/angular/workspace/files/tsconfig.json.template b/packages/schematics/angular/workspace/files/tsconfig.json.template index 9eb43d31920f..3d26cd364b2c 100644 --- a/packages/schematics/angular/workspace/files/tsconfig.json.template +++ b/packages/schematics/angular/workspace/files/tsconfig.json.template @@ -16,9 +16,6 @@ "moduleResolution": "node", "importHelpers": true, "target": "es2015", - "typeRoots": [ - "node_modules/@types" - ], "lib": [ "es2018", "dom"