Set server jsconfig target to ES2023

8ed2721ddda4c6830043e96a62d0c6cfd3b7cdaf

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
jsconfig.json+1 -1
@@ -1,7 +1,7 @@
11{
22 "compilerOptions": {
33 "module": "ESNext",
44 "target": "ESNextES2023",
55 "moduleResolution": "Node",
66 "strictNullChecks": true,
77 "strictFunctionTypes": true,