Set server jsconfig target to ES2023

This commit is contained in:
Cohee
2025-01-03 00:27:13 +02:00
parent 97f6dcace0
commit 8ed2721ddd

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"module": "ESNext", "module": "ESNext",
"target": "ESNext", "target": "ES2023",
"moduleResolution": "Node", "moduleResolution": "Node",
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,