Skip to content

Commit

Permalink
fix(tsconfig): make config valid json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittwer committed Oct 10, 2017
1 parent 2aefd0e commit aaa798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lib": [
"dom",
"es2015",
"es2016.array.include",
"es2016.array.include"
],
"strict": false,
"sourceMap": true,
Expand Down

0 comments on commit aaa798d

Please sign in to comment.