Set server jsconfig target to ES2023
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "compilerOptions": { |
| 3 | 3 | "module": "ESNext", |
| 4 | 4 | "target": "ESNextES2023", |
| 5 | 5 | "moduleResolution": "Node", |
| 6 | 6 | "strictNullChecks": true, |
| 7 | 7 | "strictFunctionTypes": true, |
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "compilerOptions": { |
| 3 | 3 | "module": "ESNext", |
| 4 | 4 | "target": "ESNextES2023", |
| 5 | 5 | "moduleResolution": "Node", |
| 6 | 6 | "strictNullChecks": true, |
| 7 | 7 | "strictFunctionTypes": true, |