From 1a0d73adeb5918573cef95379865ff5fbb296561 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Sun, 15 Jan 2023 12:55:12 +0100 Subject: [PATCH] Set allowJs:true in tsconfig.json #build --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6d0f5ee..cbef20b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "lib": ["ESNext", "DOM"], "skipLibCheck": true, - "noEmit": true + "noEmit": true, + "allowJs": true }, "include": ["src"], "references": [