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