Skip to content

Commit 032e2be

Browse files
mgechevdgp1130
authored andcommitted
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)).
1 parent 0b961eb commit 032e2be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"moduleResolution": "node",
1717
"importHelpers": true,
1818
"target": "es2015",
19-
"typeRoots": [
20-
"node_modules/@types"
21-
],
2219
"lib": [
2320
"es2018",
2421
"dom"

0 commit comments

Comments
 (0)