From 1b0601941250159b08716239e863230c6ab45a7d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:55:25 -0700 Subject: [PATCH] fix build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 79d199fa..32474f3a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "esModuleInterop": true, "lib": [ "DOM", - "es2015", + "es2015" ], "module": "commonjs", "moduleResolution": "node",