Skip to content

Commit b304165

Browse files
author
Danny Blue
committed
fix(@angular/cli): add dom to lib array \n fixes angular#5046
1 parent a6289f8 commit b304165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
1010
"lib": [
11-
"es2016"
11+
"es2016",
12+
"dom"
1213
]
1314
}
1415
}

0 commit comments

Comments
 (0)