Skip to content

Commit

Permalink
Merge pull request #712 from thornbill/update-target-es2018
Browse files Browse the repository at this point in the history
Update build target to es2018
  • Loading branch information
thornbill authored Jun 3, 2024
2 parents c6bc276 + 3cdde2c commit 09f0b6b
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
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ES2015",
"target": "ES2018",
"module": "ES2015",
"moduleResolution": "Node",
"declaration": true,
Expand Down

0 comments on commit 09f0b6b

Please sign in to comment.