Skip to content

Commit

Permalink
fix(@angular/cli): add dom to lib array
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Blue committed Feb 28, 2017
1 parent 1609554 commit e5de190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@angular/cli/blueprints/ng/files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es2016"
"es2016",
"dom"
]
}
}

0 comments on commit e5de190

Please sign in to comment.