diff --git a/tsconfig.json b/tsconfig.json index 960908a4..a3e17d5a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "skipLibCheck": true, + "allowJs": true, "strict": true, "noEmit": true },