diff --git a/tsconfig.json b/tsconfig.json index 6395ee153754a132a8661fa5e6f48d4adc88aa10..ed63056cb11cf34fb347e5a3b09243881ff021a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es2015", + "allowSyntheticDefaultImports": true, "typeRoots": [ "node_modules/@types" ],