diff --git a/tsconfig.json b/tsconfig.json index ac2cf7e..05a508b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, + "resolveJsonModule": true, "skipLibCheck": true, "typeRoots": ["./src/types/overrides"] },