Skip to content

Commit

Permalink
Update TS target to ES6 to match current use (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Jul 9, 2024
1 parent ea679bb commit 85c12dd
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 @@ -16,7 +16,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "es5"
"target": "es6"
},
"exclude": ["*.dic.js"],
"include": [".eslintrc.cjs", "src", "scripts"]
Expand Down

0 comments on commit 85c12dd

Please sign in to comment.