diff --git a/tsconfig.json b/tsconfig.json index 56160c7..ba71e23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,10 +26,10 @@ "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "declaration": true, - "allowSyntheticDefaultImports": true, + // "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - + "esModuleInterop": true }, "exclude": [ "**/node_modules",