diff --git a/tsconfig.json b/tsconfig.json index f22f780c11392bb9a85fef8329655ba198d594a6..5a150f7ae80195b747f2ef11aa06712bdf323614 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,6 +41,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "allowSyntheticDefaultImports": true, "importHelpers": true, "skipLibCheck": true, "target": "es5",