Skip to content

Commit

Permalink
Switched to ES2018 target
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 24, 2024
1 parent eff555a commit b048469
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 @@ -30,7 +30,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "es2015"
"target": "es2018"
},
"include": [
"src/overrides/assets/javascripts",
Expand Down

0 comments on commit b048469

Please sign in to comment.