From 8a3061f23a20d188afaff75dcac426b6a1e57756 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 15:32:44 +0100 Subject: [PATCH] chore: ok fine 2022 then --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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