diff --git a/tsconfig.json b/tsconfig.json index 5371e8d..79143ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ ], "module": "ES2022", "moduleResolution": "Node", + "resolveJsonModule": true, "strict": true, "target": "ES2022" },