From 350247806dbc0a525d42a7aca1d637e014126d65 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 15:12:18 +0100 Subject: [PATCH] chore: target ES2023 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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