Skip to content

Commit

Permalink
tsconfig.json: lib: ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 4, 2020
1 parent 3d676fe commit 703b282
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
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"lib": ["ES5", "DOM"],
"target": "ES5",
"module": "commonjs",
"resolveJsonModule": true,
Expand Down

0 comments on commit 703b282

Please sign in to comment.