Skip to content

Commit

Permalink
fix: target ES2018
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 3, 2025
1 parent 292f0bc commit e3df47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"nyc": "^15.1.0",
"semantic-release": "^20.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=12.0"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "es5"
"target": "ES2018"
},
"exclude": [
"dist",
Expand Down

0 comments on commit e3df47d

Please sign in to comment.