diff --git a/tsconfig.json b/tsconfig.json index a8c9cd4..ab9acb4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "lib": ["ESNext"], "moduleResolution": "Node", "noEmit": true, + "allowSyntheticDefaultImports": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true,