Skip to content

Commit

Permalink
Add dom and es6 to aot ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Nov 2, 2016
1 parent b5ece5f commit 30fd2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig-aot.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"lib": ["dom","es6"]
},
"include": [
"components/**/*.ts"
Expand Down

0 comments on commit 30fd2bc

Please sign in to comment.