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)).
This commit is contained in:
mgechev 2020-03-03 17:24:17 -08:00 committed by Douglas Parker
parent 0b961eb54e
commit 032e2be28a

View File

@ -16,9 +16,6 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"