diff --git a/tsconfig.json b/tsconfig.json index 73d3cee..0134443 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "lib": ["ES2023", "DOM"], - "target": "ES2023" + "lib": ["ES2022", "DOM"], + "target": "ES2022" } } \ No newline at end of file