Skip to content

Commit

Permalink
chore: update TypeScript target to ES2017 in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jan 20, 2025
1 parent 0cbe2a2 commit d8d1be5
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,6 +1,6 @@
{
"compilerOptions": {
"target": "ES5",
"target": "ES2017",
"module": "commonjs",
"outDir": "./dist",
"removeComments": true,
Expand Down

0 comments on commit d8d1be5

Please sign in to comment.