Skip to content

Commit 0e37b6f

Browse files
build: update jsconfig target to es2021
1 parent 5fe380c commit 0e37b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"strictFunctionTypes": true,
1313
"strictNullChecks": true,
1414
"strictPropertyInitialization": true,
15-
"target": "es2020",
15+
"target": "es2021",
1616
"useUnknownInCatchVariables": true,
1717
"types": []
1818
},
@@ -26,4 +26,4 @@
2626
"include": [
2727
"**/*.js"
2828
]
29-
}
29+
}

0 commit comments

Comments
 (0)