From bff927e700e675eac3c499c49cd327cb72886f6f Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Wed, 3 May 2023 12:29:42 +0200 Subject: [PATCH] chore: bump compilerOptions target to es6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6cd05f98a..4e93cf11a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,