From dd3eb43809daf356c321c27f17830efae2965880 Mon Sep 17 00:00:00 2001 From: Holly Date: Tue, 24 Oct 2023 12:04:16 +0100 Subject: [PATCH] Bump to es2020 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7876c2a..3c240fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "CommonJS", "moduleResolution": "node", - "target": "es6", + "target": "ES2020", "esModuleInterop": true, "resolveJsonModule": true, "rootDir": "./",