From c5fe104d191bb4ea7fa807834e407a0251e20b94 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Mon, 2 Sep 2024 17:18:57 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20typescript:=20allow=20javascript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 960908a41..a3e17d5af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "skipLibCheck": true, + "allowJs": true, "strict": true, "noEmit": true },