diff --git a/tsconfig.json b/tsconfig.json index d6f2003568..4e0febf390 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,9 @@ /* Emit */ "noEmit": true, + /* JavaScript support */ + "allowJs": true, + /* Interop Constraints */ "erasableSyntaxOnly": true, "esModuleInterop": true,