diff --git a/tsconfig.json b/tsconfig.json index 5278bc2..eba3845 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, - "lib": ["ES2022"], + "lib": ["ES2024"], "module": "NodeNext", "moduleResolution": "NodeNext", "newLine": "lf", @@ -20,7 +20,7 @@ "rootDir": "./", "strict": true, "strictNullChecks": true, - "target": "ES2022" + "target": "ES2024" }, "exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"], "include": ["src"]