Skip to content

Commit

Permalink
Merge pull request #259 from zanminkian/zmj/recommended
Browse files Browse the repository at this point in the history
Set recommended target to `es2016`
  • Loading branch information
orta authored Mar 23, 2024
2 parents 4ace9bf + f5c8ff2 commit b02260d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/recommended.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es2016",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit b02260d

Please sign in to comment.