diff --git a/tsconfig.json b/tsconfig.json index 23da7f880..ebabb3dba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -48,6 +48,7 @@ "removeComments": true, "skipLibCheck": true, "noEmitHelpers": false, - "importHelpers": true + "importHelpers": true, + "allowSyntheticDefaultImports": true } }