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 @@
1{1{
2 "compilerOptions": {2 "compilerOptions": {
3 "module": "ESNext",3 "module": "ESNext",
4 "target": "ESNext",4 "target": "ES2023",
5 "moduleResolution": "Node",5 "moduleResolution": "Node",
6 "strictNullChecks": true,6 "strictNullChecks": true,
7 "strictFunctionTypes": true,7 "strictFunctionTypes": true,