Skip to content

Commit

Permalink
Lowercase tsconfig lib entries to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Apr 2, 2018
1 parent 83cf279 commit 5a5aaf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"module": "commonjs",
"target": "es5",
"lib": [
"DOM",
"ES5",
"ScriptHost",
"ES2015.Promise"
"dom",
"es5",
"scripthost",
"es2015.promise"
],
"rootDir": "src",
"outDir": "lib",
Expand Down

0 comments on commit 5a5aaf1

Please sign in to comment.