From 4a930e1edf885a5d3d84f55673226c75a4a262f7 Mon Sep 17 00:00:00 2001 From: Marvin Sextro Date: Sun, 25 Jul 2021 01:23:12 +0200 Subject: [PATCH] Use es5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 60cf981..35d51ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2018", + "target": "es5", "lib": [ "dom", "dom.iterable",