Skip to content

Commit e3df47d

Browse files
committed
fix: target ES2018
1 parent 292f0bc commit e3df47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"nyc": "^15.1.0",
4141
"semantic-release": "^20.1.0",
4242
"ts-node": "^10.4.0",
43-
"typescript": "^4.4.4"
43+
"typescript": "^5.7.2"
4444
},
4545
"engines": {
4646
"node": ">=12.0"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"outDir": "dist",
1414
"skipLibCheck": true,
1515
"strict": true,
16-
"target": "es5"
16+
"target": "ES2018"
1717
},
1818
"exclude": [
1919
"dist",

0 commit comments

Comments
 (0)