Skip to content

Commit

Permalink
refactor(@schematics/angular): remove redundant typeRoots
Browse files Browse the repository at this point in the history
By default TypeScript will look up in this directory (see [docs](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#types-typeroots-and-types)).

(cherry picked from commit 032e2be)
  • Loading branch information
mgechev authored and dgp1130 committed Mar 4, 2020
1 parent 6f3ee0a commit a7d664a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
Expand Down

0 comments on commit a7d664a

Please sign in to comment.