diff --git a/tsconfig.json b/tsconfig.json index 83923ad..a82f99b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "allowSyntheticDefaultImports": true }, "include": ["src"], "exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"]