diff --git a/tsconfig.json b/tsconfig.json index 5d41e59187..e225ca1aa5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", - "lib": ["ES2022", "ES2022.Intl", "DOM", "DOM.iterable"], + "lib": ["ES2023", "ES2023.Intl", "DOM", "DOM.iterable"], "moduleResolution": "node", "noImplicitAny": false, // TODO: Enable once all existing code is typed "noUnusedLocals": true, @@ -14,7 +14,7 @@ "skipLibCheck": true, "strictNullChecks": true, "strictPropertyInitialization": true, - "target": "ES2022" + "target": "ES2023" }, "files": [ "client/src/index.ts",