diff --git a/tsconfig.json b/tsconfig.json index 265d8a9..b28126c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2022", "useDefineForClassFields": true, - "lib": ["ES2022", "DOM", "DOM.Iterable"], + "lib": ["ES2023", "DOM", "DOM.Iterable"], "module": "NodeNext", "skipLibCheck": true, "types": ["vitest/globals"],