diff --git a/tsconfig.json b/tsconfig.json index f8ad8119..fb87fe05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,7 @@ "strictNullChecks": true, "noImplicitAny": false, "downlevelIteration": true, + "allowSyntheticDefaultImports": true, /* Additional Checks */