Skip to content

Commit dd9eb17

Browse files
Danny Bluefilipesilva
Danny Blue
authored andcommitted
fix(@angular/cli): add dom to lib array (#5060)
fixes #5046
1 parent 1609554 commit dd9eb17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@angular/cli/blueprints/ng/files/tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"moduleResolution": "node",
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10+
"target": "es5",
1011
"lib": [
11-
"es2016"
12+
"es2016",
13+
"dom"
1214
]
1315
}
1416
}

0 commit comments

Comments
 (0)