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",