diff --git a/tsconfig.json b/tsconfig.json index 4b9be0d..b522c05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "allowSyntheticDefaultImports": true, "outDir": "./dist/", "noImplicitAny": true, "module": "es6",