chore(types) - Fix type checks

This commit is contained in:
2026-04-14 16:47:20 +05:30
parent 5413f86d2b
commit 164747c255
10 changed files with 15 additions and 15 deletions
@@ -9,7 +9,7 @@ import {
convertTablesToMarkdown,
DEFAULT_CONFIG,
formatForIngestion,
} from "./formatHTMLForIngestion";
} from "./formatHTMLForIngestion.js";
describe("formatHTMLForIngestion", () => {
describe("convertLinksToMarkdown", () => {