diff --git a/tsconfig.json b/tsconfig.json index beff5f647..81de33908 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "moduleResolution": "node", "resolveJsonModule": true, "experimentalDecorators": true, - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "typeRoots": [ "./types", "./node_modules/@types"] }, "exclude": ["node_modules", "types", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]