From fa51e0a189339fb102e3c529d49e2ac8de6023e1 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 00:29:31 +0100 Subject: [PATCH] chore: use es2020 --- OliverBooth/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OliverBooth/tsconfig.json b/OliverBooth/tsconfig.json index d486804..05994e0 100644 --- a/OliverBooth/tsconfig.json +++ b/OliverBooth/tsconfig.json @@ -1,5 +1,5 @@ { "compilerOptions": { - "target": "es6" + "target": "es2020" } } \ No newline at end of file