From 1718e0d97cb0b0cdf57cbb106e9a91e969a1bf68 Mon Sep 17 00:00:00 2001 From: Bethany Date: Tue, 8 Aug 2023 12:49:45 -0700 Subject: [PATCH] revert target to es6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f706470a..14c7f781 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "commonjs", "strict": true, "declaration": true, - "target": "es2020", + "target": "es6", "sourceMap": true, "noImplicitAny": false, "baseUrl": "./",