Skip to content

Commit

Permalink
use es2019 instead of es6
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Jul 6, 2022
1 parent 29d7b25 commit fb7a8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"display": "Node 16",

"compilerOptions": {
"target": "es6",
"target": "es2019",
"lib": [
"es2020.string",
"es6"
"es2019"
],
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit fb7a8d6

Please sign in to comment.