Skip to content

Commit

Permalink
revert: "build: use newer compilation target"
Browse files Browse the repository at this point in the history
This reverts commit 64db177.
  • Loading branch information
kripod committed Apr 8, 2020
1 parent b5568c4 commit 9edb8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"checkJs": true,
"strict": true,
"target": "ES2020",
"target": "ES2019",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
Expand Down

0 comments on commit 9edb8be

Please sign in to comment.