diff --git a/tsconfig.json b/tsconfig.json index 9a71e527..f290b47b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,8 @@ "typeRoots": [ "typings" ], + /* Fix imports: https://stackoverflow.com/q/68785926/2491528 */ + "allowSyntheticDefaultImports": true, /* Additional Checks */ "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */