Skip to content

Commit

Permalink
Switch tsc target to es2017 (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Aug 6, 2021
1 parent 5028cf3 commit c92beff
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 @@ -11,7 +11,7 @@
"noUnusedParameters": true,
"preserveConstEnums": true,
"strict": true,
"target": "esnext",
"target": "es2017",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"files": [
Expand Down

0 comments on commit c92beff

Please sign in to comment.