Skip to content

Commit 7059e06

Browse files
committed
tsconfig.json: switch to ES2022
1 parent 76dcdbf commit 7059e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2020",
4+
"target": "es2022",
55
"paths": {
66
"*": ["./src/*"]
77
}

0 commit comments

Comments
 (0)