diff --git a/jsconfig.json b/jsconfig.json index 8cc31d841..02ce3a11c 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "ESNext", - "target": "ESNext", + "target": "ES2023", "moduleResolution": "Node", "strictNullChecks": true, "strictFunctionTypes": true,