diff --git a/tsconfig.json b/tsconfig.json index a973799..4585ecc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,4 +14,6 @@ "path": "./tsconfig.config.json" } ], + "resolveJsonModule": true, + "esModuleInterop": true, }