From 1d09acb2bd9f2e49ef54adb1b8273465794fdb2d Mon Sep 17 00:00:00 2001 From: leibale Date: Wed, 9 Feb 2022 17:39:09 -0500 Subject: [PATCH] change typescript compiler target --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 285b7ff0a9..0bf4647b24 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.base.json", "compilerOptions": { + "target": "ESNext", "outDir": "./dist" }, "include": [