Skip to content

Commit 48374ae

Browse files
authored
Merge pull request #16 from CodinGame/output-es2022
Output es2022
2 parents 772aaf1 + e8ab027 commit 48374ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"resolveJsonModule": true,
2323
"sourceMap": true,
24-
"target": "es5"
24+
"target": "ES2022"
2525
},
2626
"include": ["src"],
2727
"exclude": [

0 commit comments

Comments
 (0)