Skip to content

Commit

Permalink
Target es2018, not es5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Feb 20, 2024
1 parent 7528961 commit d60b587
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 @@ -10,7 +10,7 @@
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "es5",
"target": "es2018",
"verbatimModuleSyntax": true
},
"exclude": ["dist"]
Expand Down

0 comments on commit d60b587

Please sign in to comment.