Skip to content

Commit

Permalink
Update target to es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 1, 2022
1 parent 5d75ef1 commit bd7a2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"removeComments": false,
"sourceMap": true,
"strict": true,
"target": "es6",
"lib": ["es6"],
"target": "es2017",
"lib": ["es2017"],
"typeRoots": [
"./node_modules/@types",
]
Expand Down

0 comments on commit bd7a2b3

Please sign in to comment.