Skip to content

Commit

Permalink
Added libs for latest tsc support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Lanters committed Apr 27, 2019
1 parent b37f3e0 commit 57b3d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es2015", "dom"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit 57b3d47

Please sign in to comment.