mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
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:
parent
0b961eb54e
commit
032e2be28a
@ -16,9 +16,6 @@
|
|||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"typeRoots": [
|
|
||||||
"node_modules/@types"
|
|
||||||
],
|
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2018",
|
"es2018",
|
||||||
"dom"
|
"dom"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user