Skip to content

Commit

Permalink
fixed lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Mar 13, 2017
1 parent 5d0bda7 commit 91ea25a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"rootDir": "./src",
"sourceMap": true,
"strictNullChecks": true,
"target": "es5"
"target": "es5",
"lib": [
"es2015", "dom"
]
}
}

0 comments on commit 91ea25a

Please sign in to comment.