From 61fc3148d85d2012dfbd7c4928df661039fcffe0 Mon Sep 17 00:00:00 2001 From: Cody Bennett <23324155+CodyJasonBennett@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:25:47 -0500 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 7bd41e0986..03f31ebd0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,8 @@ "strict": true, "skipLibCheck": true, "declaration": true, + + "allowJs": true, "removeComments": true, "emitDeclarationOnly": true, "resolveJsonModule": true,