From dd2366458d3bba420afadf89120a95e062ca5807 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 8 May 2022 23:57:29 -0700 Subject: [PATCH] Fix up target in web tsconfig (#155) --- web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tsconfig.json b/web/tsconfig.json index 3d8768eb..96cf1311 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "target": "es5", "baseUrl": "../", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true,