From 0f825c044ea7423b95237f9ccded45f765f73333 Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Mon, 24 Jan 2022 14:36:09 +0530 Subject: [PATCH] chore: set allowJs --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 522d11f2..95703ad7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "esnext", "module": "esnext", "strict": true, + "allowJs": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node",