Skip to content

Commit c81f078

Browse files
authored
Merge pull request #78 from antonk52/main
Update typescript target
2 parents 081e467 + 38a5d22 commit c81f078

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "ES2022",
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"declaration": true,

0 commit comments

Comments
 (0)