diff --git a/tsconfig.json b/tsconfig.json index 250ec986..fe4dafbe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "moduleResolution": "NodeNext", "noEmit": true, "noPropertyAccessFromIndexSignature": false, - "resolveJsonModule": true + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true }, "exclude": ["dist"] }