From c608703ecf826501a70ea57e72fcf95254e6d8b2 Mon Sep 17 00:00:00 2001 From: Bethany Date: Mon, 7 Aug 2023 08:48:15 -0700 Subject: [PATCH] revert root tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f706470a..fb610c6e 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": "./", @@ -22,4 +22,4 @@ "**/*.test.ts", "**/__mocks__/*" ] -} +} \ No newline at end of file