Skip to content

Commit

Permalink
fix: set target version to ES2020
Browse files Browse the repository at this point in the history
Now we're done, for reals.
  • Loading branch information
vladfrangu committed Aug 22, 2020
1 parent 60f69cb commit 767a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"declarationMap": true,
"noUnusedLocals": true,
"removeComments": false,
"target": "ES2019",
"target": "ES2020",
"importsNotUsedAsValues": "error"
},
"exclude": [
Expand Down

0 comments on commit 767a833

Please sign in to comment.