From f0f7b85ed851328583929969b4e3d49b2c89287b Mon Sep 17 00:00:00 2001 From: jahooma Date: Sat, 22 Jan 2022 15:25:09 -0600 Subject: [PATCH] Change back typscript target to es5 --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 1ea03bef..dee57196 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,