diff --git a/tsconfig.json b/tsconfig.json index 3559db4..39267c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "out", "target": "ES2022", "module": "ES2022", - "moduleResolution": "node" + "moduleResolution": "node", + "allowSyntheticDefaultImports": true }, "exclude": ["temp", "test"] }